From 1b4e6ad4d927c7998fa578f2d29e0c4ec01a9217 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 23 Sep 2018 19:45:26 +0200 Subject: backports: Remove ssb and bcma Use the versions shipped with the kernel instead. bcma and ssb didn't change much in the last few years, most of the changes were related to code only used on embedded devices. Removing this reduces the number of parts we have to backport. b43, b43legacy and brcmsmac work well with the in kernel version. Signed-off-by: Hauke Mehrtens Signed-off-by: Johannes Berg --- dependencies | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'dependencies') diff --git a/dependencies b/dependencies index 628f82bd..a87802ad 100644 --- a/dependencies +++ b/dependencies @@ -48,20 +48,6 @@ NFC_ST_NCI_I2C 3.19 NFC_ST_NCI_SPI 3.19 NFC_PN544_I2C 3.19 -BCMA_DRIVER_MIPS 3.3 -SSB_DRIVER_MIPS 3.3 -# needs GPIO stuff we didn't backport -SSB_DRIVER_GPIO 4.5 - -# the irq handler in the gpio driver uses -# irq_set_chip_and_handler_name() which gets exported starting with -# kernel 3.7. This code is only compiled if BCMA_DRIVER_GPIO and -# BCMA_HOST_SOC are set. -BCMA_HOST_SOC 3.7 - -# Uses gpiochip_get_data() -BCMA_DRIVER_GPIO 4.5 - # NFC core needs PF_NFC defined in socket.h which was # only introduced in kernel 3.1 NFC 3.1 -- cgit v1.2.3