File tree Expand file tree Collapse file tree 6 files changed +0
-122
lines changed Expand file tree Collapse file tree 6 files changed +0
-122
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ obj-$(CONFIG_ARCH_DAVINCI_DA850) += da850.o pdata-quirks.o
16
16
obj-y += da8xx-dt.o
17
17
18
18
# Power Management
19
- obj-$(CONFIG_CPU_IDLE) += cpuidle.o
20
19
obj-$(CONFIG_HAVE_CLK) += pm_domain.o
21
20
ifeq ($(CONFIG_SUSPEND ) ,y)
22
21
obj-$(CONFIG_ARCH_DAVINCI_DA850) += pm.o sleep.o
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ struct davinci_soc_info {
52
52
extern struct davinci_soc_info davinci_soc_info ;
53
53
54
54
extern void davinci_common_init (const struct davinci_soc_info * soc_info );
55
- extern void davinci_init_ide (void );
56
55
void davinci_init_late (void );
57
56
58
57
#ifdef CONFIG_SUSPEND
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
#include "common.h"
22
22
#include "cputype.h"
23
23
#include "da8xx.h"
24
- #include "cpuidle.h"
25
24
#include "irqs.h"
26
25
#include "sram.h"
27
26
Original file line number Diff line number Diff line change @@ -654,14 +654,9 @@ enum davinci_da850_index {
654
654
#ifdef CONFIG_DAVINCI_MUX
655
655
/* setup pin muxing */
656
656
extern int davinci_cfg_reg (unsigned long reg_cfg );
657
- extern int davinci_cfg_reg_list (const short pins []);
658
657
#else
659
658
/* boot loader does it all (no warnings from CONFIG_DAVINCI_MUX_WARNINGS) */
660
659
static inline int davinci_cfg_reg (unsigned long reg_cfg ) { return 0 ; }
661
- static inline int davinci_cfg_reg_list (const short pins [])
662
- {
663
- return 0 ;
664
- }
665
660
#endif
666
661
667
662
You can’t perform that action at this time.
0 commit comments