kernel: Remove nvmem hack patch from 5.4
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 Feb 2020 15:46:01 +0000 (16:46 +0100)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Fri, 28 Feb 2020 16:50:46 +0000 (17:50 +0100)
commit34fcdcd7c2fb81fddd14292193ef2a42ba958a3a
tree0941c082d00261c1e1ea88d34cbc1a0a8f0a5b5c
parentf1ff9410f6becb3ba50c5679e75502b45e0a63d7
kernel: Remove nvmem hack patch from 5.4

The nvmem framework is now used in net/ethernet/eth.c and the nvmem
sysfs is split into a separate Kconfig option. More work would be needed
to adapt this patch for the broader use. The current patch compiles fine
on ath79, but it breaks the x86 target.

nvmem is also compiled into the kernel for most of our targets for
example ath79 anyway, so patching the kernel to remove it is now harder
and not the case on multiple targets anyway. Instead of making this work
on kernel 5.4 just remove this hack patch.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/linux/modules/other.mk
target/linux/generic/hack-5.4/290-nvmem-make-CONFIG_NVMEM-tristate-again.patch [deleted file]