Commit e97e3a41 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

DSP: Fix up dspgateway when building n800 kernel images

A missing include file. Thanks to Tony Lindgren for
pointing that out.
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 5eb91f8d
......@@ -25,6 +25,7 @@
#include <linux/fs.h>
#include <linux/device.h>
#include <linux/init.h>
#include <asm/io.h>
#include "dsp.h"
#define CTL_MINOR 0
......
......@@ -27,6 +27,7 @@
#include <linux/sched.h>
#include <asm/uaccess.h>
#include <asm/arch/dsp.h>
#include <asm/io.h>
#include "dsp_mbcmd.h"
#include "dsp.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment