diff --git a/include/drv_types.h b/include/drv_types.h index dd68cdb..a41f581 100644 --- a/include/drv_types.h +++ b/include/drv_types.h @@ -42,10 +42,6 @@ #include #endif -#ifdef PLATFORM_LINUX - #include -#endif - enum _NIC_VERSION { RTL8711_NIC, diff --git a/include/drv_types_linux.h b/include/drv_types_linux.h deleted file mode 100644 index 91ca68b..0000000 --- a/include/drv_types_linux.h +++ /dev/null @@ -1,19 +0,0 @@ -/****************************************************************************** - * - * Copyright(c) 2007 - 2017 Realtek Corporation. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of version 2 of the GNU General Public License as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - *****************************************************************************/ -#ifndef __DRV_TYPES_LINUX_H__ -#define __DRV_TYPES_LINUX_H__ - - -#endif