From 471d5a14a8eb62c1c39b71ecfd19a98ba0454fdd Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 4 Mar 2015 19:35:47 -0600 Subject: [PATCH] rtl8188eu: Remove file include/rtw_tdls.h Signed-off-by: Larry Finger --- include/drv_types.h | 1 - include/rtw_tdls.h | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100755 include/rtw_tdls.h diff --git a/include/drv_types.h b/include/drv_types.h index 3ed00af..01f6ec7 100755 --- a/include/drv_types.h +++ b/include/drv_types.h @@ -63,7 +63,6 @@ enum _NIC_VERSION { #include #include #include -#include #include #include diff --git a/include/rtw_tdls.h b/include/rtw_tdls.h deleted file mode 100755 index 8687be2..0000000 --- a/include/rtw_tdls.h +++ /dev/null @@ -1,26 +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_TDLS_H_ -#define __RTW_TDLS_H_ - -#include - - -#endif