staging/as102: cleanup - get rid unnecessary LINUX and WIN32 defines Cleanup code: Remove of unnecessary defines WIN32 and LINUX. We are always on linux so code (includes) for WIN32 compatibility is totally useless. Signed-off-by: Piotr Chmura<chmooreck@xxxxxxxxxxxxxx> Cc: Devin Heitmueller<dheitmueller@xxxxxxxxxxxxxx> Cc: Greg HK<gregkh@xxxxxxx> diff -Nur linux.as102.06-editor/drivers/staging/as102/as10x_cmd.c linux.as102.07-defines/drivers/staging/as102/as10x_cmd.c --- linux.as102.06-editor/drivers/staging/as102/as10x_cmd.c 2011-10-14 23:25:27.000000000 +0200 +++ linux.as102.07-defines/drivers/staging/as102/as10x_cmd.c 2011-10-14 23:46:57.000000000 +0200 @@ -18,29 +18,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if defined(LINUX)&& defined(__KERNEL__) /* linux kernel implementation */ #include<linux/kernel.h> #include "as102_drv.h" -#elif defined(WIN32) -#if defined(__BUILDMACHINE__)&& (__BUILDMACHINE__ == WinDDK) -/* win32 ddk implementation */ -#include "wdm.h" -#include "Device.h" -#include "endian_mgmt.h" /* FIXME */ -#else /* win32 sdk implementation */ -#include<windows.h> -#include "types.h" -#include "util.h" -#include "as10x_handle.h" -#include "endian_mgmt.h" -#endif -#else /* all other cases */ -#include<string.h> -#include "types.h" -#include "util.h" -#include "as10x_handle.h" -#include "endian_mgmt.h" /* FIXME */ -#endif /* __KERNEL__ */ #include "as10x_types.h" #include "as10x_cmd.h" diff -Nur linux.as102.06-editor/drivers/staging/as102/as10x_cmd_cfg.c linux.as102.07-defines/drivers/staging/as102/as10x_cmd_cfg.c --- linux.as102.06-editor/drivers/staging/as102/as10x_cmd_cfg.c 2011-10-14 23:24:05.000000000 +0200 +++ linux.as102.07-defines/drivers/staging/as102/as10x_cmd_cfg.c 2011-10-14 23:46:32.000000000 +0200 @@ -17,29 +17,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if defined(LINUX)&& defined(__KERNEL__) /* linux kernel implementation */ #include<linux/kernel.h> #include "as102_drv.h" -#elif defined(WIN32) -#if defined(__BUILDMACHINE__)&& (__BUILDMACHINE__ == WinDDK) -/* win32 ddk implementation */ -#include "wdm.h" -#include "Device.h" -#include "endian_mgmt.h" /* FIXME */ -#else /* win32 sdk implementation */ -#include<windows.h> -#include "types.h" -#include "util.h" -#include "as10x_handle.h" -#include "endian_mgmt.h" -#endif -#else /* all other cases */ -#include<string.h> -#include "types.h" -#include "util.h" -#include "as10x_handle.h" -#include "endian_mgmt.h" /* FIXME */ -#endif /* __KERNEL__ */ #include "as10x_types.h" #include "as10x_cmd.h" diff -Nur linux.as102.06-editor/drivers/staging/as102/as10x_cmd_stream.c linux.as102.07-defines/drivers/staging/as102/as10x_cmd_stream.c --- linux.as102.06-editor/drivers/staging/as102/as10x_cmd_stream.c 2011-10-14 23:24:32.000000000 +0200 +++ linux.as102.07-defines/drivers/staging/as102/as10x_cmd_stream.c 2011-10-14 23:46:46.000000000 +0200 @@ -16,28 +16,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if defined(LINUX)&& defined(__KERNEL__) /* linux kernel implementation */ #include<linux/kernel.h> #include "as102_drv.h" -#elif defined(WIN32) -#if defined(DDK) /* win32 ddk implementation */ -#include "wdm.h" -#include "Device.h" -#include "endian_mgmt.h" /* FIXME */ -#else /* win32 sdk implementation */ -#include<windows.h> -#include "types.h" -#include "util.h" -#include "as10x_handle.h" -#include "endian_mgmt.h" -#endif -#else /* all other cases */ -#include<string.h> -#include "types.h" -#include "util.h" -#include "as10x_handle.h" -#include "endian_mgmt.h" /* FIXME */ -#endif /* __KERNEL__ */ #include "as10x_cmd.h" diff -Nur linux.as102.06-editor/drivers/staging/as102/Makefile linux.as102.07-defines/drivers/staging/as102/Makefile --- linux.as102.06-editor/drivers/staging/as102/Makefile 2011-10-14 17:55:02.000000000 +0200 +++ linux.as102.07-defines/drivers/staging/as102/Makefile 2011-10-14 23:47:30.000000000 +0200 @@ -2,4 +2,4 @@ obj-$(CONFIG_DVB_AS102) += dvb-as102.o -EXTRA_CFLAGS += -DLINUX -DCONFIG_AS102_USB -Idrivers/media/dvb/dvb-core +EXTRA_CFLAGS += -DCONFIG_AS102_USB -Idrivers/media/dvb/dvb-core -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html