Skip to content

Commit

Permalink
[Blackfin] arch: fix bug add missing header file
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Feb 22, 2008
1 parent 7dd06cd commit 7aa475c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf548/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <linux/module.h>

#include <asm/blackfin.h>
#include <asm/dma.h>

Expand Down

0 comments on commit 7aa475c

Please sign in to comment.