From 838257750bcd1dfe0256d7afbbafb4ed535145f3 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sun, 21 Jul 2013 13:05:38 -0500 Subject: [PATCH] rtl8188eu: File include/rtw_ioctl_query.h is no longer needed Signed-off-by: Larry Finger --- include/rtw_ioctl_query.h | 25 ------------------------- os_dep/ioctl_linux.c | 1 - 2 files changed, 26 deletions(-) delete mode 100644 include/rtw_ioctl_query.h diff --git a/include/rtw_ioctl_query.h b/include/rtw_ioctl_query.h deleted file mode 100644 index c4156f6..0000000 --- a/include/rtw_ioctl_query.h +++ /dev/null @@ -1,25 +0,0 @@ -/****************************************************************************** - * - * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. - * - * 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. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA - * - * - ******************************************************************************/ -#ifndef _RTW_IOCTL_QUERY_H_ -#define _RTW_IOCTL_QUERY_H_ - -#include - -#endif diff --git a/os_dep/ioctl_linux.c b/os_dep/ioctl_linux.c index 2bb8bda..ca127f7 100644 --- a/os_dep/ioctl_linux.c +++ b/os_dep/ioctl_linux.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include