summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds2013-08-08 22:11:53 +0200
committerLinus Torvalds2013-08-08 22:11:53 +0200
commit6c2580c501c660fdfb506061e016d84570fceba1 (patch)
treec194f82f1327e5453a7fcd702eb9c33a997ca6a5 /arch
parentuserns: limit the maximum depth of user_namespace->parent chain (diff)
parentavr32: boards/atngw100/mrmt.c: fix building error (diff)
downloadkernel-qcow2-linux-6c2580c501c660fdfb506061e016d84570fceba1.tar.gz
kernel-qcow2-linux-6c2580c501c660fdfb506061e016d84570fceba1.tar.xz
kernel-qcow2-linux-6c2580c501c660fdfb506061e016d84570fceba1.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32
Pull AVR32 build fix from Hans-Christian Egtvedt. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32: avr32: boards/atngw100/mrmt.c: fix building error
Diffstat (limited to 'arch')
-rw-r--r--arch/avr32/boards/atngw100/mrmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/avr32/boards/atngw100/mrmt.c b/arch/avr32/boards/atngw100/mrmt.c
index f91431963452..7de083d19b7e 100644
--- a/arch/avr32/boards/atngw100/mrmt.c
+++ b/arch/avr32/boards/atngw100/mrmt.c
@@ -150,7 +150,6 @@ static struct ac97c_platform_data __initdata ac97c0_data = {
static struct platform_device rmt_ts_device = {
.name = "ucb1400_ts",
.id = -1,
- }
};
#endif