]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtlwifi: move remaining phydm .h files
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 May 2019 08:40:10 +0000 (10:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 May 2019 08:40:10 +0000 (10:40 +0200)
The rtl8188eu driver uses the phydm .h files from the rtlwifi driver,
but now that the rtlwifi driver is gone, it's silly to have a whole
directory for just 2 .h files.  So move these files into the rtl8188eu
driver's directory so that it can be self-contained.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/odm_precomp.h
drivers/staging/rtl8188eu/include/phydm_reg.h [moved from drivers/staging/rtlwifi/phydm/phydm_reg.h with 100% similarity]
drivers/staging/rtl8188eu/include/phydm_regdefine11n.h [moved from drivers/staging/rtlwifi/phydm/phydm_regdefine11n.h with 100% similarity]

index 6efddc8f1675e26300c324d82815534875ee85c2..df096c37f5ebfa25b0e6da0ed41e5cc2d06267d7 100644 (file)
 #include "odm.h"
 #include "odm_hwconfig.h"
 #include "odm_debug.h"
-#include "../../rtlwifi/phydm/phydm_regdefine11n.h"
+#include "phydm_regdefine11n.h"
 
 #include "hal8188e_rate_adaptive.h" /* for RA,Power training */
 #include "rtl8188e_hal.h"
 
-#include "../../rtlwifi/phydm/phydm_reg.h"
+#include "phydm_reg.h"
 
 #include "odm_rtl8188e.h"