projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab3ee7
)
loop.h build fix
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 24 Jul 2007 01:44:00 +0000
(18:44 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 24 Jul 2007 19:24:59 +0000
(12:24 -0700)
include/linux/loop.h:66: error: expected specifier-qualifier-list before 'request_queue_t'
Cc: Sebastian Siewior <sebastian@breakpoint.cc>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/loop.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/loop.h
b/include/linux/loop.h
index 0b99b31f017b75f4f06dfa22b7d77af90a70e2ef..26a0a103898f15bd755a7df696e3b9c52ec717cb 100644
(file)
--- a/
include/linux/loop.h
+++ b/
include/linux/loop.h
@@
-63,7
+63,7
@@
struct loop_device {
struct task_struct *lo_thread;
wait_queue_head_t lo_event;
-
request_queue_t
*lo_queue;
+
struct request_queue
*lo_queue;
struct gendisk *lo_disk;
struct list_head lo_list;
};