]> git.ozlabs.org Git - petitboot/commitdiff
discover: remove (unused) duplicate struct mount_map
authorJeremy Kerr <jk@ozlabs.org>
Tue, 5 Mar 2013 05:49:15 +0000 (13:49 +0800)
committerGeoff 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

index e65eb61ebc2e353fb4880b4b59260c1f9c969a73..9589bb20d16c0e8ac57f390138aafca4ccd0b2be 100644 (file)
@@ -33,11 +33,6 @@ struct device_handler {
        struct list contexts;
 };
 
        struct list contexts;
 };
 
-struct mount_map {
-       char *device_path;
-       char *mount_point;
-};
-
 /**
  * device_handler_add - Add a device to the handler device array.
  */
 /**
  * device_handler_add - Add a device to the handler device array.
  */