Skip to content

Remove unused header files includes for REALTEK_RTL8195AM #4747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@
#include "hal_diag.h"
#include "hal_spi_flash.h"
#include "rtl8195a_spi_flash.h"
//#include "hal_timer.h"
#include "hal_util.h"
#include "hal_efuse.h"
#include "hal_soc_ps_monitor.h"
#include "diag.h"
//#include "hal_common.h"
//#include "hal_soc_ps_monitor.h"


// from RDC team
Expand Down Expand Up @@ -153,7 +150,6 @@ __##name##_Disable(void) \
#include "rtl8195a_clk.h"
#include "rtl8195a_misc.h"
#include "rtl8195a_sdio.h"
//#include "rtl8195a_luart.h"

#endif

Expand Down Expand Up @@ -203,10 +199,6 @@ __##name##_Disable(void) \
#include "rtl8195a_i2c.h"
#endif

//#ifdef CONFIG_PCM_EN
//#include "hal_pcm.h"
//#include "rtl8195a_pcm.h"
//#endif

#ifdef CONFIG_PWM_EN
#include "hal_pwm.h"
Expand Down