{27000000,      0x3F, 0x0A},
 };
 
-struct reg_default cs35l36_reg[] = {
+static struct reg_default cs35l36_reg[] = {
        {CS35L36_TESTKEY_CTRL,                  0x00000000},
        {CS35L36_USERKEY_CTL,                   0x00000000},
        {CS35L36_OTP_CTRL1,                     0x00002460},
        {CS35L36_PAC_INT7_CTRL,                 0x00000001},
 };
 
-bool cs35l36_readable_reg(struct device *dev, unsigned int reg)
+static bool cs35l36_readable_reg(struct device *dev, unsigned int reg)
 {
        switch (reg) {
        case CS35L36_SW_RESET:
        }
 }
 
-bool cs35l36_precious_reg(struct device *dev, unsigned int reg)
+static bool cs35l36_precious_reg(struct device *dev, unsigned int reg)
 {
        switch (reg) {
        case CS35L36_TESTKEY_CTRL:
        }
 }
 
-bool cs35l36_volatile_reg(struct device *dev, unsigned int reg)
+static bool cs35l36_volatile_reg(struct device *dev, unsigned int reg)
 {
        switch (reg) {
        case CS35L36_SW_RESET: