diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-13 01:50:22 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-22 00:25:30 +0400 |
commit | 47f79129ecf5fd12d847c2e63b6ce39d1df4a648 (patch) | |
tree | 6ca833bb26cb664145a84ae44b4ba4928dacaac7 /drivers/media/usb/as102/as10x_cmd.h | |
parent | c098c219b0c2da64250dd0542c5c54ca7245d1a5 (diff) | |
download | linux-47f79129ecf5fd12d847c2e63b6ce39d1df4a648.tar.xz |
[media] as102: prepare as102_fe to be compiled as a module
Remove the dependencies of as102_cmd from as102, in order to
allow it to be compiled as a separate module.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/as102/as10x_cmd.h')
-rw-r--r-- | drivers/media/usb/as102/as10x_cmd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/usb/as102/as10x_cmd.h b/drivers/media/usb/as102/as10x_cmd.h index 1c9ea2c2175e..83c0440dba2f 100644 --- a/drivers/media/usb/as102/as10x_cmd.h +++ b/drivers/media/usb/as102/as10x_cmd.h @@ -15,9 +15,7 @@ #ifndef _AS10X_CMD_H_ #define _AS10X_CMD_H_ -#ifdef __KERNEL__ #include <linux/kernel.h> -#endif #include "as10x_types.h" |