Commit e71eb380 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Linus Torvalds

[PATCH] drivers/ide/ppc/pmac.c compile fix

This patch fixes the build of drivers/ide/ppc/pmac.c.
parent e575a62b
...@@ -721,7 +721,7 @@ pmac_find_ide_boot(char *bootdevice, int n) ...@@ -721,7 +721,7 @@ pmac_find_ide_boot(char *bootdevice, int n)
} }
} }
return NODEV; return 0;
} }
void __init void __init
......
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