aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:14 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:14 -0400
commit1d5f672ea10fbe613b5ace0ebe61126845ae9e41 (patch)
treeb1c3b1b135b36ecc654f07f8e45c2c6c88669e7d /arch/sparc
parentf8977af9cd970d168f577a1f752ceb991a624fe1 (diff)
sparc: include: asm: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/include/asm/parport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/parport.h b/arch/sparc/include/asm/parport.h
index c55291e5b83e..f005ccac91cc 100644
--- a/arch/sparc/include/asm/parport.h
+++ b/arch/sparc/include/asm/parport.h
@@ -238,7 +238,6 @@ static const struct of_device_id ecpp_match[] = {
238static struct platform_driver ecpp_driver = { 238static struct platform_driver ecpp_driver = {
239 .driver = { 239 .driver = {
240 .name = "ecpp", 240 .name = "ecpp",
241 .owner = THIS_MODULE,
242 .of_match_table = ecpp_match, 241 .of_match_table = ecpp_match,
243 }, 242 },
244 .probe = ecpp_probe, 243 .probe = ecpp_probe,