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:
04f156c
)
MIPS: Octeon: Don't set .owner.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 7 Apr 2015 18:29:08 +0000
(20:29 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 7 Apr 2015 23:10:53 +0000
(
01:10
+0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/flash_setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/cavium-octeon/flash_setup.c
b/arch/mips/cavium-octeon/flash_setup.c
index a3d609da4510893840284a31f91a4cf45088eb5e..a5e8f4a784af664cf96c1284df2c26f83bf09dc0 100644
(file)
--- a/
arch/mips/cavium-octeon/flash_setup.c
+++ b/
arch/mips/cavium-octeon/flash_setup.c
@@
-129,7
+129,6
@@
MODULE_DEVICE_TABLE(of, of_flash_match);
static struct platform_driver of_flash_driver = {
.driver = {
.name = "octeon-of-flash",
- .owner = THIS_MODULE,
.of_match_table = of_flash_match,
},
.probe = octeon_flash_probe,