[FS#109] generic/863-gpiommc.patch broken on 4.4

LEDE Bugs lede-bugs at lists.infradead.org
Mon Aug 22 09:19:08 PDT 2016


The following task has been changed.  The changes are listed below.  For full information about what has changed, visit the URL and click the History tab.

FS#109 - generic/863-gpiommc.patch broken on 4.4
User who did this: Stijn Tintel (stintel)
Task details edited:
-------
Kernel 4.4.19 does not compile on brcm47xx, oxnas:


drivers/mmc/host/gpiommc.c:503:2: error: unknown field 'show_attribute' specified in initializer
  .show_attribute  = gpiommc_config_attr_show,
  ^
drivers/mmc/host/gpiommc.c:503:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  .show_attribute  = gpiommc_config_attr_show,
                     ^
drivers/mmc/host/gpiommc.c:503:21: note: (near initialization for 'gpiommc_config_item_ops.allow_link')
drivers/mmc/host/gpiommc.c:504:2: error: unknown field 'store_attribute' specified in initializer
  .store_attribute = gpiommc_config_attr_store,
  ^
drivers/mmc/host/gpiommc.c:504:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  .store_attribute = gpiommc_config_attr_store,
                     ^
drivers/mmc/host/gpiommc.c:504:21: note: (near initialization for 'gpiommc_config_item_ops.drop_link')
scripts/Makefile.build:264: recipe for target 'drivers/mmc/host/gpiommc.o' failed
make[7]: *** [drivers/mmc/host/gpiommc.o] Error 1

-------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=109



More information about the lede-bugs mailing list