On Sat, Aug 30, 2008 at 08:16:21PM +0300, Felipe Balbi wrote:
> +#include <linux/module.h>
> +#include <linux/init.h>
> +#include <linux/interrupt.h>
> +#include <linux/delay.h>
> +#include <linux/dma-mapping.h>
> +#include <linux/platform_device.h>
> +#include <linux/workqueue.h>
> +#include <linux/timer.h>
> +#include <linux/clk.h>
> +#include <linux/mmc/host.h>
> +#include <linux/io.h>
> +#include <linux/semaphore.h>
> +#include <asm/dma.h>
> +#include <mach/hardware.h>
> +#include <mach/board.h>

Is there really anything in here which is board specific?  If yes,
shouldn't that be passed through platform data?

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to