[FS#109] generic/863-gpiommc.patch broken with 4.4 kernel on some targets

LEDE Bugs lede-bugs at lists.infradead.org
Mon Aug 22 09:25:22 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 with 4.4 kernel on some targets
User who did this: Stijn Tintel (stintel)
Task details edited:
-------
While compile-testing kernel 4.4.19 on all targets that use 4.4, I ran into the following compile error 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