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
cc50b67d
Commit
cc50b67d
authored
Mar 06, 2007
by
Yoichi Yuasa
Committed by
Ralf Baechle
Apr 27, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Cobalt: clean up include files
Signed-off-by:
Yoichi Yuasa
<
yoichi_yuasa@tripeaks.co.jp
>
parent
7f5a7716
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
16 deletions
+9
-16
arch/mips/cobalt/console.c
arch/mips/cobalt/console.c
+3
-5
arch/mips/cobalt/irq.c
arch/mips/cobalt/irq.c
+1
-1
arch/mips/cobalt/reset.c
arch/mips/cobalt/reset.c
+4
-7
arch/mips/cobalt/setup.c
arch/mips/cobalt/setup.c
+1
-3
No files found.
arch/mips/cobalt/console.c
View file @
cc50b67d
/*
* (C) P. Horton 2006
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/console.h>
#include <linux/serial_reg.h>
#include <asm/addrspace.h>
#include <asm/mach-cobalt/cobalt.h>
#include <cobalt.h>
void
prom_putchar
(
char
c
)
{
...
...
arch/mips/cobalt/irq.c
View file @
cc50b67d
...
...
@@ -17,7 +17,7 @@
#include <asm/irq_cpu.h>
#include <asm/gt64120.h>
#include <
asm/mach-cobalt/
cobalt.h>
#include <cobalt.h>
/*
* We have two types of interrupts that we handle, ones that come in through
...
...
arch/mips/cobalt/reset.c
View file @
cc50b67d
...
...
@@ -8,15 +8,12 @@
* Copyright (C) 1995, 1996, 1997 by Ralf Baechle
* Copyright (C) 2001 by Liam Davies (ldavies@agile.tv)
*/
#include <linux/sched.h>
#include <linux/mm.h>
#include <asm/cacheflush.h>
#include <linux/jiffies.h>
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/reboot.h>
#include <asm/system.h>
#include <asm/mipsregs.h>
#include <asm/mach-cobalt/cobalt.h>
#include <cobalt.h>
void
cobalt_machine_halt
(
void
)
{
...
...
arch/mips/cobalt/setup.c
View file @
cc50b67d
...
...
@@ -19,12 +19,10 @@
#include <asm/bootinfo.h>
#include <asm/time.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/processor.h>
#include <asm/reboot.h>
#include <asm/gt64120.h>
#include <
asm/mach-cobalt/
cobalt.h>
#include <cobalt.h>
extern
void
cobalt_machine_restart
(
char
*
command
);
extern
void
cobalt_machine_halt
(
void
);
...
...
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