diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-12 18:50:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-21 15:25:30 -0500 |
commit | 47f79129ecf5fd12d847c2e63b6ce39d1df4a648 (patch) | |
tree | 6ca833bb26cb664145a84ae44b4ba4928dacaac7 /drivers/media/usb/as102/as10x_handle.h | |
parent | c098c219b0c2da64250dd0542c5c54ca7245d1a5 (diff) | |
download | linux-47f79129ecf5fd12d847c2e63b6ce39d1df4a648.tar.gz 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_handle.h')
-rw-r--r-- | drivers/media/usb/as102/as10x_handle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/as102/as10x_handle.h b/drivers/media/usb/as102/as10x_handle.h index e535fffbcd94..d6b58c770500 100644 --- a/drivers/media/usb/as102/as10x_handle.h +++ b/drivers/media/usb/as102/as10x_handle.h @@ -12,7 +12,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ -#ifdef __KERNEL__ +#ifndef _AS10X_HANDLE_H +#define _AS10X_HANDLE_H struct as10x_bus_adapter_t; struct as102_dev_t; |