projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
eea4234
)
discover: remove (unused) duplicate struct mount_map
author
Jeremy Kerr
<jk@ozlabs.org>
Tue, 5 Mar 2013 05:49:15 +0000
(13:49 +0800)
committer
Geoff Levand
<geoff@infradead.org>
Tue, 5 Mar 2013 14:06:17 +0000
(06:06 -0800)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Geoff Levand <geoff@infradead.org>
discover/device-handler.c
patch
|
blob
|
history
diff --git
a/discover/device-handler.c
b/discover/device-handler.c
index e65eb61ebc2e353fb4880b4b59260c1f9c969a73..9589bb20d16c0e8ac57f390138aafca4ccd0b2be 100644
(file)
--- a/
discover/device-handler.c
+++ b/
discover/device-handler.c
@@
-33,11
+33,6
@@
struct device_handler {
struct list contexts;
};
-struct mount_map {
- char *device_path;
- char *mount_point;
-};
-
/**
* device_handler_add - Add a device to the handler device array.
*/