projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f182aa1
)
ARM: S3C24XX: make s3c24xx_init_intc static
author
Heiko Stuebner
<heiko@sntech.de>
Thu, 7 Mar 2013 03:38:22 +0000
(12:38 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 7 Mar 2013 03:38:22 +0000
(12:38 +0900)
It's not used anywhere else.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c24xx/irq.c
b/arch/arm/mach-s3c24xx/irq.c
index ee4765403ab09a563755e8b8ce69d9842baf847b..8bc29313c341d6e5d0ecb0ad912bd0557dbf8f0a 100644
(file)
--- a/
arch/arm/mach-s3c24xx/irq.c
+++ b/
arch/arm/mach-s3c24xx/irq.c
@@
-428,7
+428,7
@@
static void s3c24xx_clear_intc(struct s3c_irq_intc *intc)
}
}
-struct s3c_irq_intc *s3c24xx_init_intc(struct device_node *np,
+st
atic st
ruct s3c_irq_intc *s3c24xx_init_intc(struct device_node *np,
struct s3c_irq_data *irq_data,
struct s3c_irq_intc *parent,
unsigned long address)