mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] reset_source: provide static inline function if disabled
@ 2012-10-08 11:04 Sascha Hauer
  2012-10-08 11:04 ` [PATCH 2/2] ARM i.MX: move reset source detection code Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2012-10-08 11:04 UTC (permalink / raw)
  To: barebox

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 include/reset_source.h |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/reset_source.h b/include/reset_source.h
index 6734fbde..75e7ba8 100644
--- a/include/reset_source.h
+++ b/include/reset_source.h
@@ -22,6 +22,12 @@ enum reset_src_type {
 	RESET_JTAG,	/* JTAG reset */
 };
 
+#ifdef CONFIG_RESET_SOURCE
 void set_reset_source(enum reset_src_type);
+#else
+static inline void set_reset_source(enum reset_src_type unused)
+{
+}
+#endif
 
 #endif /* __INCLUDE_RESET_SOURCE_H */
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-10-08 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-08 11:04 [PATCH 1/2] reset_source: provide static inline function if disabled Sascha Hauer
2012-10-08 11:04 ` [PATCH 2/2] ARM i.MX: move reset source detection code Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox