From: Greg Kroah-Hartman Date: Wed, 1 May 2019 08:40:10 +0000 (+0200) Subject: staging: rtlwifi: move remaining phydm .h files X-Git-Tag: v5.2-rc1~153^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adc7af464ceba1962c2eb875a97f4d3bd82fbc5f;p=thirdparty%2Fkernel%2Flinux.git staging: rtlwifi: move remaining phydm .h files 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 --- diff --git a/drivers/staging/rtl8188eu/include/odm_precomp.h b/drivers/staging/rtl8188eu/include/odm_precomp.h index 6efddc8f1675e..df096c37f5ebf 100644 --- a/drivers/staging/rtl8188eu/include/odm_precomp.h +++ b/drivers/staging/rtl8188eu/include/odm_precomp.h @@ -24,12 +24,12 @@ #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" diff --git a/drivers/staging/rtlwifi/phydm/phydm_reg.h b/drivers/staging/rtl8188eu/include/phydm_reg.h similarity index 100% rename from drivers/staging/rtlwifi/phydm/phydm_reg.h rename to drivers/staging/rtl8188eu/include/phydm_reg.h diff --git a/drivers/staging/rtlwifi/phydm/phydm_regdefine11n.h b/drivers/staging/rtl8188eu/include/phydm_regdefine11n.h similarity index 100% rename from drivers/staging/rtlwifi/phydm/phydm_regdefine11n.h rename to drivers/staging/rtl8188eu/include/phydm_regdefine11n.h