From 1401b54fd04fb46a36d9e3e7b3f7dff0194cc00d Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Thu, 29 Jul 2021 12:09:25 -0500 Subject: [PATCH] Remove empty header file File include/drv_types_linux.h is empty. Remove it. Adaptation of: https://lore.kernel.org/r/20210729170930.23171-2-Larry.Finger@lwfinger.net --- include/drv_types.h | 4 ---- include/drv_types_linux.h | 19 ------------------- 2 files changed, 23 deletions(-) delete mode 100644 include/drv_types_linux.h 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