summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-03-05 13:49:15 +0800
committerGeoff Levand <geoff@infradead.org>2013-03-05 06:06:17 -0800
commit59caf989e5e20f4a1238f23e512a586d5ba67de1 (patch)
treeff9f7fd25de85e51e7f76680aaa114fa34266acd
parenteea4234f719966d2c2e4351d2f465edf58b80ed3 (diff)
downloadtalos-petitboot-59caf989e5e20f4a1238f23e512a586d5ba67de1.tar.gz
talos-petitboot-59caf989e5e20f4a1238f23e512a586d5ba67de1.zip
discover: remove (unused) duplicate struct mount_map
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Geoff Levand <geoff@infradead.org>
-rw-r--r--discover/device-handler.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/discover/device-handler.c b/discover/device-handler.c
index e65eb61..9589bb2 100644
--- 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.
*/
OpenPOWER on IntegriCloud