Skip to content

Commit

Permalink
avr32: remove mach/atmel-mci.h
Browse files Browse the repository at this point in the history
Use the generic platform_data header file instead of mach/atmel-mci.h

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
  • Loading branch information
Alexandre Belloni authored and Ulf Hansson committed Nov 10, 2014
1 parent 1933688 commit 4df10e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion arch/avr32/mach-at32ap/at32ap700x.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <linux/spi/spi.h>
#include <linux/usb/atmel_usba_udc.h>

#include <mach/atmel-mci.h>
#include <linux/platform_data/mmc-atmel-mci.h>
#include <linux/atmel-mci.h>

#include <asm/io.h>
Expand Down
17 changes: 0 additions & 17 deletions arch/avr32/mach-at32ap/include/mach/atmel-mci.h

This file was deleted.

0 comments on commit 4df10e0

Please sign in to comment.