Title: [8798] trunk/drivers/staging/iio/adc/max1363_ring.c: Staging: iio: adc: max1363_ring.c: fix up sparse warnings
Revision
8798
Author
vapier
Date
2010-05-23 00:12:13 -0400 (Sun, 23 May 2010)

Log Message

Staging: iio: adc: max1363_ring.c: fix up sparse warnings

From: Greg Kroah-Hartman <[email protected]>

Modified Paths

Diff

Modified: trunk/drivers/staging/iio/adc/max1363_ring.c (8797 => 8798)


--- trunk/drivers/staging/iio/adc/max1363_ring.c	2010-05-23 04:11:49 UTC (rev 8797)
+++ trunk/drivers/staging/iio/adc/max1363_ring.c	2010-05-23 04:12:13 UTC (rev 8798)
@@ -142,7 +142,7 @@
  * then.  Some triggers will generate their own time stamp.  Currently
  * there is no way of notifying them when no one cares.
  **/
-void max1363_poll_func_th(struct iio_dev *indio_dev)
+static void max1363_poll_func_th(struct iio_dev *indio_dev)
 {
 	struct max1363_state *st = indio_dev->dev_data;
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to