[PATCH] Fix mxb.c stack usage
commit4971461f0d1bece3af4f63cabebcb8b7e95b6f02
authorMichael Hunold <hunold@convergence.de>
Thu, 24 Apr 2003 17:19:18 +0000 (24 10:19 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 24 Apr 2003 17:19:18 +0000 (24 10:19 -0700)
treebb3888cf5e72e67f3e026febab93870e7243b6d7
parentad6d2e6db3841c9c50f7f4558809e16d9d0b5a54
[PATCH] Fix mxb.c stack usage

This does the following:
 - make initialization data for helper chipsets (saa7111 and saa7740)
   static and with file scope

Additionally fixes:
 - don't use irq driven i2c transfer when saa7740 is present (this screws
   up the i2c bus and may hang the computer)
 - add MODULE_DEVICE_TABLE to allow /sbin/hotplug to handle the device
drivers/media/video/mxb.c