mmc: at91_mci: move register header from include/ to drivers/

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2011-07-15 01:52:01 +02:00 коммит произвёл Chris Ball
Родитель d982dcdc4e
Коммит b0a68ec944
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -77,7 +77,8 @@
#include <mach/board.h> #include <mach/board.h>
#include <mach/cpu.h> #include <mach/cpu.h>
#include <mach/at91_mci.h>
#include "at91_mci.h"
#define DRIVER_NAME "at91_mci" #define DRIVER_NAME "at91_mci"

Просмотреть файл

@ -1,5 +1,5 @@
/* /*
* arch/arm/mach-at91/include/mach/at91_mci.h * drivers/mmc/host/at91_mci.h
* *
* Copyright (C) 2005 Ivan Kokshaysky * Copyright (C) 2005 Ivan Kokshaysky
* Copyright (C) SAN People * Copyright (C) SAN People