Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / comedi / drivers / dt2811.c
index 8bbd938143408a70b1b364f606f4df6768ab6f00..fcd85475e4294a6c49e96d93a6738a1408407fbf 100644 (file)
  *    6      6      100 kHz     6   1000000
  *    7     12       50 kHz     7   10000000
  */
-const unsigned int dt2811_clk_dividers[] = {
+static const unsigned int dt2811_clk_dividers[] = {
        1, 10, 2, 3, 4, 5, 6, 12
 };
 
-const unsigned int dt2811_clk_multipliers[] = {
+static const unsigned int dt2811_clk_multipliers[] = {
        1, 10, 100, 1000, 10000, 100000, 1000000, 10000000
 };
 
This page took 0.024751 seconds and 5 git commands to generate.