Author: blogic Date: 2016-01-01 22:21:04 +0100 (Fri, 01 Jan 2016) New Revision: 48057
Modified: trunk/package/kernel/lantiq/ltq-vmmc/patches/100-target.patch trunk/package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch Log: lantiq: ltq-vmmc: Fix compilation with linux 4.4 gpio.h needs the linux/ prefix with linux 4.4. Modified: trunk/package/kernel/lantiq/ltq-vmmc/patches/100-target.patch =================================================================== --- trunk/package/kernel/lantiq/ltq-vmmc/patches/100-target.patch 2016-01-01 21:21:00 UTC (rev 48056) +++ trunk/package/kernel/lantiq/ltq-vmmc/patches/100-target.patch 2016-01-01 21:21:04 UTC (rev 48057) @@ -143,7 +143,7 @@ -#include <asm/ifx/ifx_gptu.h> +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,28)) +# include <lantiq.h> -+# include <irq.h> ++# include <linux/irq.h> +# include <lantiq_timer.h> + +# define ifx_gptu_timer_request lq_request_timer @@ -432,7 +432,7 @@ -#include <asm/ifx/common_routines.h> +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,28)) +# include <lantiq.h> -+# include <irq.h> ++# include <linux/irq.h> +# include <lantiq_timer.h> +# include <linux/dma-mapping.h> + @@ -513,9 +513,9 @@ -#include <asm/ifx_vpe.h> +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,28)) +# include <lantiq.h> -+# include <irq.h> ++# include <linux/irq.h> +# include <lantiq_soc.h> -+# include <gpio.h> ++# include <linux/gpio.h> +#define IFXMIPS_MPS_SRAM ((u32 *)(KSEG1 + 0x1F200000)) +#define IFXMIPS_MPS_BASE_ADDR (KSEG1 + 0x1F107000) +#define IFXMIPS_MPS_CHIPID ((u32 *)(IFXMIPS_MPS_BASE_ADDR + 0x0344)) Modified: trunk/package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch =================================================================== --- trunk/package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch 2016-01-01 21:21:00 UTC (rev 48056) +++ trunk/package/kernel/lantiq/ltq-vmmc/patches/400-falcon.patch 2016-01-01 21:21:04 UTC (rev 48057) @@ -783,7 +783,7 @@ +++ b/src/mps/drv_mps_vmmc_device.h @@ -22,7 +22,12 @@ # include <lantiq_soc.h> - # include <gpio.h> + # include <linux/gpio.h> #define IFXMIPS_MPS_SRAM ((u32 *)(KSEG1 + 0x1F200000)) +#if defined(SYSTEM_FALCON) +#define IFXMIPS_MPS_BASE_ADDR (KSEG1 + 0x1D004000) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
