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
e47b5d29
Commit
e47b5d29
authored
Oct 10, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/gregkh/linux/i2c-2.6
into home.osdl.org:/home/torvalds/v2.5/linux
parents
b90e038d
ee3da660
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
arch/arm/mach-clps7500/core.c
arch/arm/mach-clps7500/core.c
+0
-4
arch/arm/mach-integrator/lm.c
arch/arm/mach-integrator/lm.c
+4
-0
No files found.
arch/arm/mach-clps7500/core.c
View file @
e47b5d29
...
@@ -187,10 +187,6 @@ static struct irqchip clps7500_no_chip = {
...
@@ -187,10 +187,6 @@ static struct irqchip clps7500_no_chip = {
.
unmask
=
cl7500_no_action
,
.
unmask
=
cl7500_no_action
,
};
};
static
void
no_action
(
int
cpl
,
void
*
dev_id
,
struct
pt_regs
*
regs
)
{
}
static
struct
irqaction
irq_isa
=
{
no_action
,
0
,
0
,
"isa"
,
NULL
,
NULL
};
static
struct
irqaction
irq_isa
=
{
no_action
,
0
,
0
,
"isa"
,
NULL
,
NULL
};
static
void
__init
clps7500_init_irq
(
void
)
static
void
__init
clps7500_init_irq
(
void
)
...
...
arch/arm/mach-integrator/lm.c
View file @
e47b5d29
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
* it under the terms of the GNU General Public License version 2 as
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* published by the Free Software Foundation.
*/
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/device.h>
...
@@ -90,3 +91,6 @@ int lm_device_register(struct lm_device *dev)
...
@@ -90,3 +91,6 @@ int lm_device_register(struct lm_device *dev)
}
}
return
ret
;
return
ret
;
}
}
EXPORT_SYMBOL
(
lm_driver_register
);
EXPORT_SYMBOL
(
lm_driver_unregister
);
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