Merge pull request #4747 from Archcady/rm_code

Remove unused headfile includes for REALTEK_RTL8195AM
pull/4835/head
Martin Kojtal 2017-07-13 16:36:06 +02:00 committed by GitHub
commit 5ba9636824
1 changed files with 0 additions and 8 deletions

View File

@ -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
@ -153,7 +150,6 @@ __##name##_Disable(void) \
#include "rtl8195a_clk.h"
#include "rtl8195a_misc.h"
#include "rtl8195a_sdio.h"
//#include "rtl8195a_luart.h"
#endif
@ -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"