Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / drivers / pps / kc.c
index 079e930b193897aa6e6edfee703dd3a95210e33f..e219db1f1c84dd63af594b301c8eb0a94359d779 100644 (file)
  */
 
 /* state variables to bind kernel consumer */
-DEFINE_SPINLOCK(pps_kc_hardpps_lock);
+static DEFINE_SPINLOCK(pps_kc_hardpps_lock);
 /* PPS API (RFC 2783): current source and mode for kernel consumer */
-struct pps_device *pps_kc_hardpps_dev; /* unique pointer to device */
-int pps_kc_hardpps_mode;               /* mode bits for kernel consumer */
+static struct pps_device *pps_kc_hardpps_dev;  /* unique pointer to device */
+static int pps_kc_hardpps_mode;                /* mode bits for kernel consumer */
 
 /* pps_kc_bind - control PPS kernel consumer binding
  * @pps: the PPS source