Hi Arnd, Today's linux-next merge of the arm-soc tree got a conflict in arch/arm/mach-tegra/board-paz00.h between commit ea5abbd215b7 ("ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>") from the arm tree and commit 9aaa15a739a0 ("ARM: tegra: paz00: enable rfkill for internal wifi card") from the arm-soc tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc arch/arm/mach-tegra/board-paz00.h index 42ce863,86057c3..0000000 --- a/arch/arm/mach-tegra/board-paz00.h +++ b/arch/arm/mach-tegra/board-paz00.h @@@ -17,12 -17,18 +17,20 @@@ #ifndef _MACH_TEGRA_BOARD_PAZ00_H #define _MACH_TEGRA_BOARD_PAZ00_H +#include <mach/gpio-tegra.h> + - #define TEGRA_GPIO_SD1_CD TEGRA_GPIO_PV5 - #define TEGRA_GPIO_SD1_WP TEGRA_GPIO_PH1 - #define TEGRA_GPIO_SD1_POWER TEGRA_GPIO_PT3 - #define TEGRA_ULPI_RST TEGRA_GPIO_PV0 + /* SDCARD */ + #define TEGRA_GPIO_SD1_CD TEGRA_GPIO_PV5 + #define TEGRA_GPIO_SD1_WP TEGRA_GPIO_PH1 + #define TEGRA_GPIO_SD1_POWER TEGRA_GPIO_PT3 + + /* ULPI */ + #define TEGRA_ULPI_RST TEGRA_GPIO_PV0 + + /* WIFI */ + #define TEGRA_WIFI_PWRN TEGRA_GPIO_PK5 + #define TEGRA_WIFI_RST TEGRA_GPIO_PD1 + #define TEGRA_WIFI_LED TEGRA_GPIO_PD0 void paz00_pinmux_init(void); -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html