Loading drivers/mfd/t7l66xb.c +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ static int t7l66xb_mmc_disable(struct platform_device *mmc) /*--------------------------------------------------------------------------*/ static const struct tmio_mmc_data t7166xb_mmc_data = { static struct tmio_mmc_data t7166xb_mmc_data = { .hclk = 24000000, }; Loading drivers/mfd/tc6387xb.c +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ static int tc6387xb_mmc_disable(struct platform_device *mmc) /*--------------------------------------------------------------------------*/ const static struct tmio_mmc_data tc6387xb_mmc_data = { static struct tmio_mmc_data tc6387xb_mmc_data = { .hclk = 24000000, }; Loading drivers/mfd/tc6393xb.c +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ static int tc6393xb_nand_enable(struct platform_device *nand) return 0; } const static struct tmio_mmc_data tc6393xb_mmc_data = { static struct tmio_mmc_data tc6393xb_mmc_data = { .hclk = 24000000, }; Loading include/linux/mfd/tmio.h +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ * data for the MMC controller */ struct tmio_mmc_data { unsigned int hclk; const unsigned int hclk; }; /* Loading Loading
drivers/mfd/t7l66xb.c +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ static int t7l66xb_mmc_disable(struct platform_device *mmc) /*--------------------------------------------------------------------------*/ static const struct tmio_mmc_data t7166xb_mmc_data = { static struct tmio_mmc_data t7166xb_mmc_data = { .hclk = 24000000, }; Loading
drivers/mfd/tc6387xb.c +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ static int tc6387xb_mmc_disable(struct platform_device *mmc) /*--------------------------------------------------------------------------*/ const static struct tmio_mmc_data tc6387xb_mmc_data = { static struct tmio_mmc_data tc6387xb_mmc_data = { .hclk = 24000000, }; Loading
drivers/mfd/tc6393xb.c +1 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ static int tc6393xb_nand_enable(struct platform_device *nand) return 0; } const static struct tmio_mmc_data tc6393xb_mmc_data = { static struct tmio_mmc_data tc6393xb_mmc_data = { .hclk = 24000000, }; Loading
include/linux/mfd/tmio.h +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ * data for the MMC controller */ struct tmio_mmc_data { unsigned int hclk; const unsigned int hclk; }; /* Loading