Skip to content

Commit

Permalink
[ARM] pxa/sharpsl_pm: merge the two sharpsl_pm.c since it's now pxa s…
Browse files Browse the repository at this point in the history
…pecific

collie_pm was the only non-PXA user of sharpsl_pm. Now as it's gone we
can merge code into one single file to allow further cleanup.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
  • Loading branch information
Dmitry Eremin-Solenikov authored and Eric Miao committed Jun 11, 2009
1 parent 391c511 commit 78731d3
Show file tree
Hide file tree
Showing 7 changed files with 838 additions and 866 deletions.
4 changes: 0 additions & 4 deletions arch/arm/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ config SHARP_LOCOMO
config SHARP_PARAM
bool

config SHARPSL_PM
bool
select APM_EMULATION

config SHARP_SCOOP
bool

Expand Down
1 change: 0 additions & 1 deletion arch/arm/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ obj-$(CONFIG_DMABOUNCE) += dmabounce.o
obj-$(CONFIG_TIMER_ACORN) += time-acorn.o
obj-$(CONFIG_SHARP_LOCOMO) += locomo.o
obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o
obj-$(CONFIG_SHARPSL_PM) += sharpsl_pm.o
obj-$(CONFIG_SHARP_SCOOP) += scoop.o
obj-$(CONFIG_ARCH_IXP2000) += uengine.o
obj-$(CONFIG_ARCH_IXP23XX) += uengine.o
Expand Down
Loading

0 comments on commit 78731d3

Please sign in to comment.