diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-13 08:01:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 18:03:27 -0300 |
commit | 89c21389f2a48afb2fb24fdf74433950cb9b19a2 (patch) | |
tree | 8040807314c865a8ff810103a281be5a96d20faa /drivers/media/pci/cx25821/cx25821-gpio.c | |
parent | de9ea4cf7fd875460646f97c1f8addafe0454180 (diff) | |
download | talos-op-linux-89c21389f2a48afb2fb24fdf74433950cb9b19a2.tar.gz talos-op-linux-89c21389f2a48afb2fb24fdf74433950cb9b19a2.zip |
[media] cx25821: remove bogus dependencies
This driver doesn't use DVB, RC, cx25840 or tveeprom.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821-gpio.c')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821-gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/cx25821/cx25821-gpio.c b/drivers/media/pci/cx25821/cx25821-gpio.c index 29e43b03c85e..95e8ddf62947 100644 --- a/drivers/media/pci/cx25821/cx25821-gpio.c +++ b/drivers/media/pci/cx25821/cx25821-gpio.c @@ -20,6 +20,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <linux/module.h> #include "cx25821.h" /********************* GPIO stuffs *********************/ |