All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: MIPS: IP32: Fix two build errors in reset code introduced in DS1685 platform hook patch
@ 2015-04-20  1:45 ` Joshua Kinard
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Kinard @ 2015-04-20  1:45 UTC (permalink / raw)
  To: Andrew Morton, Ralf Baechle, Alessandro Zummo
  Cc: LKML, rtc-linux, Linux MIPS List

From: Joshua Kinard <kumba@gentoo.org>

Fix two build errors that somehow got into upstream.

Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Fixes: 15beb694c661: "mips: ip32: add platform data hooks to use DS1685
driver"
---
 arch/mips/sgi-ip32/ip32-platform.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/sgi-ip32/ip32-platform.c b/arch/mips/sgi-ip32/ip32-platform.c
index 0134db2..686a372 100644
--- a/arch/mips/sgi-ip32/ip32-platform.c
+++ b/arch/mips/sgi-ip32/ip32-platform.c
@@ -130,9 +130,9 @@ struct platform_device ip32_rtc_device = {
 	.resource		= ip32_rtc_resources,
 };
 
-+static int __init sgio2_rtc_devinit(void)
+static int __init sgio2_rtc_devinit(void)
 {
 	return platform_device_register(&ip32_rtc_device);
 }
 
-device_initcall(sgio2_cmos_devinit);
+device_initcall(sgio2_rtc_devinit);


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rtc-linux] [PATCH]: MIPS: IP32: Fix two build errors in reset code introduced in DS1685 platform hook patch
@ 2015-04-20  1:45 ` Joshua Kinard
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Kinard @ 2015-04-20  1:45 UTC (permalink / raw)
  To: Andrew Morton, Ralf Baechle, Alessandro Zummo
  Cc: LKML, rtc-linux, Linux MIPS List

From: Joshua Kinard <kumba@gentoo.org>

Fix two build errors that somehow got into upstream.

Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Fixes: 15beb694c661: "mips: ip32: add platform data hooks to use DS1685
driver"
---
 arch/mips/sgi-ip32/ip32-platform.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/sgi-ip32/ip32-platform.c b/arch/mips/sgi-ip32/ip32-platform.c
index 0134db2..686a372 100644
--- a/arch/mips/sgi-ip32/ip32-platform.c
+++ b/arch/mips/sgi-ip32/ip32-platform.c
@@ -130,9 +130,9 @@ struct platform_device ip32_rtc_device = {
 	.resource		= ip32_rtc_resources,
 };
 
-+static int __init sgio2_rtc_devinit(void)
+static int __init sgio2_rtc_devinit(void)
 {
 	return platform_device_register(&ip32_rtc_device);
 }
 
-device_initcall(sgio2_cmos_devinit);
+device_initcall(sgio2_rtc_devinit);

-- 
-- 
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
--- 
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-20  1:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20  1:45 [PATCH]: MIPS: IP32: Fix two build errors in reset code introduced in DS1685 platform hook patch Joshua Kinard
2015-04-20  1:45 ` [rtc-linux] " Joshua Kinard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.