aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-u300/regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/regulator.c b/arch/arm/mach-u300/regulator.c
index 0493a845b6bc..595b574c2c50 100644
--- a/arch/arm/mach-u300/regulator.c
+++ b/arch/arm/mach-u300/regulator.c
@@ -116,7 +116,6 @@ static const struct of_device_id s365_board_match[] = {
116static struct platform_driver s365_board_driver = { 116static struct platform_driver s365_board_driver = {
117 .driver = { 117 .driver = {
118 .name = "s365-board", 118 .name = "s365-board",
119 .owner = THIS_MODULE,
120 .of_match_table = s365_board_match, 119 .of_match_table = s365_board_match,
121 }, 120 },
122}; 121};