Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
3852ac71
Commit
3852ac71
authored
Apr 13, 2009
by
Eric Miao
Committed by
Eric Miao
Jun 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] pxa: move pwm.c to common plat-pxa directory
Signed-off-by:
Eric Miao
<
eric.miao@marvell.com
>
parent
a71ef163
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/Makefile
+0
-1
arch/arm/plat-pxa/Makefile
arch/arm/plat-pxa/Makefile
+2
-0
arch/arm/plat-pxa/pwm.c
arch/arm/plat-pxa/pwm.c
+0
-0
No files found.
arch/arm/mach-pxa/Makefile
View file @
3852ac71
...
...
@@ -15,7 +15,6 @@ endif
# Generic drivers that other drivers may depend upon
obj-$(CONFIG_PXA_SSP)
+=
ssp.o
obj-$(CONFIG_HAVE_PWM)
+=
pwm.o
# SoC-specific code
obj-$(CONFIG_PXA25x)
+=
mfp-pxa2xx.o pxa2xx.o pxa25x.o
...
...
arch/arm/plat-pxa/Makefile
View file @
3852ac71
...
...
@@ -7,3 +7,5 @@ obj-y := dma.o
obj-$(CONFIG_GENERIC_GPIO)
+=
gpio.o
obj-$(CONFIG_PXA3xx)
+=
mfp.o
obj-$(CONFIG_ARCH_MMP)
+=
mfp.o
obj-$(CONFIG_HAVE_PWM)
+=
pwm.o
arch/arm/
mach
-pxa/pwm.c
→
arch/arm/
plat
-pxa/pwm.c
View file @
3852ac71
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment