projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b571bc6
)
Include: blkdev: Removed duplicate 'struct request;' declaration.
author
John Pittman
<jpittman@redhat.com>
Mon, 1 Aug 2016 20:35:53 +0000
(16:35 -0400)
committer
Jens Axboe
<axboe@fb.com>
Thu, 4 Aug 2016 20:19:16 +0000
(14:19 -0600)
In include/linux/blkdev.h duplicate declarations of the request
struct exist. Cleaned up by removing the second, unneeded
declaration.
Signed-off-by: John Pittman <jpittman@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/blkdev.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/blkdev.h
b/include/linux/blkdev.h
index adf33079771e740a93630305d229ef7d5578b814..de7935961c27b0c85dc84fe78012d989ad35dde7 100644
(file)
--- a/
include/linux/blkdev.h
+++ b/
include/linux/blkdev.h
@@
-47,7
+47,6
@@
struct pr_ops;
*/
#define BLKCG_MAX_POLS 2
-struct request;
typedef void (rq_end_io_fn)(struct request *, int);
#define BLK_RL_SYNCFULL (1U << 0)