The patch titled gpio_direction_output-needs-an-initial-value fix has been added to the -mm tree. Its filename is gpio_direction_output-needs-an-initial-value-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: gpio_direction_output-needs-an-initial-value fix From: David Brownell <david-b@xxxxxxxxxxx> Build fix: sa1100/generic.c should already have included <asm/gpio.h>, but it didn't ... causing a build problem with a recent patch. Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-sa1100/generic.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/arm/mach-sa1100/generic.c~gpio_direction_output-needs-an-initial-value-fix arch/arm/mach-sa1100/generic.c --- a/arch/arm/mach-sa1100/generic.c~gpio_direction_output-needs-an-initial-value-fix +++ a/arch/arm/mach-sa1100/generic.c @@ -27,6 +27,7 @@ #include <asm/mach/map.h> #include <asm/mach/flash.h> #include <asm/irq.h> +#include <asm/gpio.h> #include "generic.h" _ Patches currently in -mm which might be from david-b@xxxxxxxxxxx are reduce-pnp-syslog-spam.patch rm-pointless-dmaengine-exports.patch gpio_direction_output-needs-an-initial-value.patch gpio_direction_output-needs-an-initial-value-fix.patch git-avr32.patch 8250-make-probing-for-txen-bug-a-config-option.patch blackfin-on-chip-rtc-controller-driver.patch blackfin-blackfin-on-chip-spi-controller-driver.patch blackfin-blackfin-i2c-driver-update-2.patch documentation-ask-driver-writers-to-provide-pm-support.patch init-dma-masks-in-pnp_dev.patch rtc-add-rtc-class-driver-for-the-maxim-max6900.patch rtc-remove-sys-class-rtc-dev.patch rtc-rtc-interfaces-dont-use-class_device.patch rtc-simplified-rtc-sysfs-attribute-handling.patch rtc-simplified-proc-driver-rtc-handling.patch rtc-remove-rest-of-class_device.patch rtc-suspend-resume-restores-system-clock.patch rtc-simplified-rtc-sysfs-attribute-handling-tidy.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html