9
0
Fork 0

scb9328: Fix compilation

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-09-20 09:42:48 +02:00
parent fce89665e2
commit bd4ee84b1b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static struct dm9000_platform_data dm9000_data = {
.iobase = 0x16000000,
.iodata = 0x16000004,
.buswidth = DM9000_WIDTH_16,
.srom = 1;
.srom = 1,
};
static struct device_d dm9000_dev = {