瀏覽代碼

FRV: Don't attempt to #include <linux/blk.h> as it doesn't exist

Stop the FRV arch from attempting to #include <linux/blk.h> as it doesn't
exist.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
David Howells 16 年之前
父節點
當前提交
f297bfee71
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/frv/kernel/setup.c

+ 0 - 1
arch/frv/kernel/setup.c

@@ -46,7 +46,6 @@
 #include <asm/io.h>
 #include <asm/io.h>
 
 
 #ifdef CONFIG_BLK_DEV_INITRD
 #ifdef CONFIG_BLK_DEV_INITRD
-#include <linux/blk.h>
 #include <asm/pgtable.h>
 #include <asm/pgtable.h>
 #endif
 #endif