Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
0dad5d26
Commit
0dad5d26
authored
Jun 25, 2013
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: Malta: Move platform-specific PCI code to arch/mips/pci.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
f69df6d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
arch/mips/mti-malta/Makefile
arch/mips/mti-malta/Makefile
+0
-1
arch/mips/pci/Makefile
arch/mips/pci/Makefile
+1
-1
arch/mips/pci/pci-malta.c
arch/mips/pci/pci-malta.c
+0
-0
No files found.
arch/mips/mti-malta/Makefile
View file @
0dad5d26
...
...
@@ -10,7 +10,6 @@ obj-y := malta-amon.o malta-display.o malta-init.o \
malta-reset.o malta-setup.o malta-time.o
obj-$(CONFIG_EARLY_PRINTK)
+=
malta-console.o
obj-$(CONFIG_PCI)
+=
malta-pci.o
# FIXME FIXME FIXME
obj-$(CONFIG_MIPS_MT_SMTC)
+=
malta-smtc.o
arch/mips/pci/Makefile
View file @
0dad5d26
...
...
@@ -29,7 +29,7 @@ obj-$(CONFIG_LASAT) += pci-lasat.o
obj-$(CONFIG_MIPS_COBALT)
+=
fixup-cobalt.o
obj-$(CONFIG_LEMOTE_FULOONG2E)
+=
fixup-fuloong2e.o ops-loongson2.o
obj-$(CONFIG_LEMOTE_MACH2F)
+=
fixup-lemote2f.o ops-loongson2.o
obj-$(CONFIG_MIPS_MALTA)
+=
fixup-malta.o
obj-$(CONFIG_MIPS_MALTA)
+=
fixup-malta.o
pci-malta.o
obj-$(CONFIG_PMC_MSP7120_GW)
+=
fixup-pmcmsp.o ops-pmcmsp.o
obj-$(CONFIG_PMC_MSP7120_EVAL)
+=
fixup-pmcmsp.o ops-pmcmsp.o
obj-$(CONFIG_PMC_MSP7120_FPGA)
+=
fixup-pmcmsp.o ops-pmcmsp.o
...
...
arch/mips/
mti-malta/malta-pci
.c
→
arch/mips/
pci/pci-malta
.c
View file @
0dad5d26
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