mcbsp.c (68fb31706d50dd5d337cd7928aeb780358b910a5) | mcbsp.c (45c3eb7d3a07eb08d1b5b0f5983a996d41610b84) |
---|---|
1/* 2 * linux/arch/arm/mach-omap1/mcbsp.c 3 * 4 * Copyright (C) 2008 Instituto Nokia de Tecnologia 5 * Contact: Eduardo Valentin <eduardo.valentin@indt.org.br> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 5 unchanged lines hidden (view full) --- 14#include <linux/module.h> 15#include <linux/init.h> 16#include <linux/clk.h> 17#include <linux/err.h> 18#include <linux/io.h> 19#include <linux/platform_device.h> 20#include <linux/slab.h> 21 | 1/* 2 * linux/arch/arm/mach-omap1/mcbsp.c 3 * 4 * Copyright (C) 2008 Instituto Nokia de Tecnologia 5 * Contact: Eduardo Valentin <eduardo.valentin@indt.org.br> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 5 unchanged lines hidden (view full) --- 14#include <linux/module.h> 15#include <linux/init.h> 16#include <linux/clk.h> 17#include <linux/err.h> 18#include <linux/io.h> 19#include <linux/platform_device.h> 20#include <linux/slab.h> 21 |
22#include <plat-omap/dma-omap.h> | 22#include <linux/omap-dma.h> |
23#include <mach/mux.h> 24#include "soc.h" 25#include <linux/platform_data/asoc-ti-mcbsp.h> 26 27#include <mach/irqs.h> 28 29#include "iomap.h" 30#include "dma.h" --- 417 unchanged lines hidden --- | 23#include <mach/mux.h> 24#include "soc.h" 25#include <linux/platform_data/asoc-ti-mcbsp.h> 26 27#include <mach/irqs.h> 28 29#include "iomap.h" 30#include "dma.h" --- 417 unchanged lines hidden --- |