diff --git a/[refs] b/[refs] index 113a53a924e3..5bca2477c3c5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48118b53c6ba0c48440ba552cd7b82c9a9cf530d +refs/heads/master: 14386fd10c33b6a6a53901a64832f34f038857cf diff --git a/trunk/drivers/staging/vt6655/Makefile b/trunk/drivers/staging/vt6655/Makefile index 4bc4a764c877..931deb109ee8 100644 --- a/trunk/drivers/staging/vt6655/Makefile +++ b/trunk/drivers/staging/vt6655/Makefile @@ -1,5 +1,5 @@ # TODO: all of these should be removed -EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DMODULE -D__NO_VERSION__ +EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -D__NO_VERSION__ EXTRA_CFLAGS += -DHOSTAP vt6655_stage-y += device_main.o \ diff --git a/trunk/drivers/staging/vt6655/device.h b/trunk/drivers/staging/vt6655/device.h index 54869c9ce756..fa7f0fcad33b 100644 --- a/trunk/drivers/staging/vt6655/device.h +++ b/trunk/drivers/staging/vt6655/device.h @@ -29,13 +29,7 @@ #ifndef __DEVICE_H__ #define __DEVICE_H__ -#ifdef MODULE -#ifdef MODVERSIONS -#include -#endif /* MODVERSIONS */ #include -#endif /* MODULE */ - #include #include #include diff --git a/trunk/drivers/staging/vt6656/Makefile b/trunk/drivers/staging/vt6656/Makefile index 7fd5a55fd46b..582a3519796d 100644 --- a/trunk/drivers/staging/vt6656/Makefile +++ b/trunk/drivers/staging/vt6656/Makefile @@ -1,5 +1,5 @@ # TODO: all of these should be removed -EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -D__NO_VERSION__ +EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__ EXTRA_CFLAGS += -DHOSTAP vt6656_stage-y += main_usb.o \ diff --git a/trunk/drivers/staging/vt6656/device.h b/trunk/drivers/staging/vt6656/device.h index 33df6e5400e8..b02ca2d66fee 100644 --- a/trunk/drivers/staging/vt6656/device.h +++ b/trunk/drivers/staging/vt6656/device.h @@ -29,13 +29,7 @@ #ifndef __DEVICE_H__ #define __DEVICE_H__ -#ifdef MODULE -#ifdef MODVERSIONS -#include -#endif /* MODVERSIONS */ #include -#endif /* MODULE */ - #include #include #include