Skip to content

Commit

Permalink
mmc: at91_mci: move register header from include/ to drivers/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD authored and Chris Ball committed Jul 21, 2011
1 parent d982dcd commit b0a68ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion drivers/mmc/host/at91_mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@

#include <mach/board.h>
#include <mach/cpu.h>
#include <mach/at91_mci.h>

#include "at91_mci.h"

#define DRIVER_NAME "at91_mci"

Expand Down
Original file line number Diff line number Diff line change
@@ -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) SAN People
Expand Down

0 comments on commit b0a68ec

Please sign in to comment.