Files
openwrt-R7800-nss/target/linux
Koen Vandeputte 49dca520fb brcm2708: fix renamed definition (FS#2265)
This target adds an alternative mmc driver using a patch.
Within this patch, a definition got renamed upstream.

Change it to fix following compile error:

  CC      drivers/mmc/host/bcm2835-mmc.o
In file included from ./include/linux/kernel.h:14:0,
                 from ./include/linux/delay.h:22,
                 from drivers/mmc/host/bcm2835-mmc.c:25:
drivers/mmc/host/bcm2835-mmc.c: In function 'bcm2835_mmc_dumpregs':
drivers/mmc/host/bcm2835-mmc.c:254:27: error: 'SDHCI_ACMD12_ERR' undeclared (first use in this function); did you mean 'SDHCI_CMD_CRC'?
   bcm2835_mmc_readw(host, SDHCI_ACMD12_ERR),
                           ^
./include/linux/printk.h:137:18: note: in definition of macro 'no_printk'
    printk(fmt, ##__VA_ARGS__); \
                  ^~~~~~~~~~~
drivers/mmc/host/bcm2835-mmc.c:253:2: note: in expansion of macro 'pr_debug'
  pr_debug(DRIVER_NAME ": AC12 err: 0x%08x | Slot int: 0x%08x\n",
  ^~~~~~~~
drivers/mmc/host/bcm2835-mmc.c:254:27: note: each undeclared identifier is reported only once for each function it appears in
   bcm2835_mmc_readw(host, SDHCI_ACMD12_ERR),
                           ^
./include/linux/printk.h:137:18: note: in definition of macro 'no_printk'
    printk(fmt, ##__VA_ARGS__); \
                  ^~~~~~~~~~~
drivers/mmc/host/bcm2835-mmc.c:253:2: note: in expansion of macro 'pr_debug'
  pr_debug(DRIVER_NAME ": AC12 err: 0x%08x | Slot int: 0x%08x\n",
  ^~~~~~~~
scripts/Makefile.build:326: recipe for target 'drivers/mmc/host/bcm2835-mmc.o' failed
make[8]: *** [drivers/mmc/host/bcm2835-mmc.o] Error 1

Upstream commit:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v4.14.114&id=45fd8679ea86bffb352132a1df4917c3d11375aa

Fixes: b765f4be40 ("kernel: bump 4.14 to 4.14.114")
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2019-05-03 16:37:48 +02:00
..
2019-01-28 18:17:32 +01:00
2019-01-28 18:17:32 +01:00
2019-05-02 12:59:26 +02:00
2019-01-28 18:17:32 +01:00
2019-05-02 12:59:26 +02:00
2019-01-27 00:16:13 +01:00
2018-11-05 16:00:00 +01:00
2019-05-02 12:59:26 +02:00
2019-04-08 14:53:39 +02:00
2019-04-08 14:53:39 +02:00
2019-03-22 18:14:28 +01:00
2019-04-08 14:53:39 +02:00
2019-04-08 14:53:39 +02:00
2019-05-02 12:59:26 +02:00
2019-04-22 21:15:17 +02:00
2019-03-27 10:48:59 +01:00
2019-02-25 17:33:16 +01:00
2019-03-27 10:48:59 +01:00
2019-05-02 12:59:26 +02:00
2019-01-13 16:31:40 +01:00
2019-02-14 16:45:01 +01:00
2019-04-22 21:15:17 +02:00
2019-03-11 19:35:43 +01:00
2019-04-08 14:53:39 +02:00
2018-10-19 10:01:57 +02:00
2019-03-27 10:48:59 +01:00
2019-01-07 17:09:06 +01:00
2018-12-10 11:48:44 +01:00
2019-04-08 20:34:27 +02:00
2019-04-06 14:48:46 +02:00