[PATCH] bogus asm/delay.h includes
asm/delay.h is non-portable; linux/delay.h should be used in generic code. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
**********************************************************************
|
||||
*/
|
||||
|
||||
#include <asm/delay.h>
|
||||
#include <linux/delay.h>
|
||||
#include "8010.h"
|
||||
#include "recmgr.h"
|
||||
|
||||
|
Reference in New Issue
Block a user