···6262 unsigned int debounce;6363};64646565-DECLARE_TASKLET_DISABLED(kp_tasklet, omap_kp_tasklet, 0);6565+static DECLARE_TASKLET_DISABLED(kp_tasklet, omap_kp_tasklet, 0);66666767static int *keymap;6868static unsigned int *row_gpios;
+2-2
drivers/mmc/host/omap.c
···172172 struct omap_mmc_platform_data *pdata;173173};174174175175-void mmc_omap_fclk_offdelay(struct mmc_omap_slot *slot)175175+static void mmc_omap_fclk_offdelay(struct mmc_omap_slot *slot)176176{177177 unsigned long tick_ns;178178···182182 }183183}184184185185-void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable)185185+static void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable)186186{187187 unsigned long flags;188188