Skip to content

Commit

Permalink
mmc: sh_mmcif: move header include from header into .c
Browse files Browse the repository at this point in the history
sh_dma.h isn't needed in sh_mmcif.h, move it into sh_mmcif.c.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
  • Loading branch information
Guennadi Liakhovetski authored and Chris Ball committed Aug 25, 2013
1 parent af99106 commit d00cada
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions drivers/mmc/host/sh_mmcif.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
#include <linux/platform_device.h>
#include <linux/pm_qos.h>
#include <linux/pm_runtime.h>
#include <linux/sh_dma.h>
#include <linux/spinlock.h>
#include <linux/module.h>

Expand Down
1 change: 0 additions & 1 deletion include/linux/mmc/sh_mmcif.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/sh_dma.h>

/*
* MMCIF : CE_CLK_CTRL [19:16]
Expand Down

0 comments on commit d00cada

Please sign in to comment.