]> git.ozlabs.org Git - petitboot/blobdiff - ui/test/pb-test.c
Remove const from print_device_remove
[petitboot] / ui / test / pb-test.c
index 0d27f6cd4440566078330e96f1de12aa80fd67e9..fdca45c5eea19a7a9b60f3919cfc6a3eb17b2ef4 100644 (file)
@@ -29,7 +29,7 @@ static int print_device_add(struct device *device)
        return 0;
 }
 
-static void print_device_remove(const char *dev_id)
+static void print_device_remove(char *dev_id)
 {
        printf("removed device:\n");
        printf("\tid:   %s\n", dev_id);