summaryrefslogtreecommitdiffstats
path: root/ui/common/discover-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common/discover-client.h')
-rw-r--r--ui/common/discover-client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/common/discover-client.h b/ui/common/discover-client.h
index d2a8fc4..f9f74e5 100644
--- a/ui/common/discover-client.h
+++ b/ui/common/discover-client.h
@@ -13,8 +13,8 @@ struct discover_client;
*/
struct discover_client_ops {
- int (*device_add)(const struct device *device, void *arg);
- void (*device_remove)(const struct device *device, void *arg);
+ int (*device_add)(struct device *device, void *arg);
+ void (*device_remove)(struct device *device, void *arg);
void *cb_arg;
};
OpenPOWER on IntegriCloud