drivers: input: touchscreen: xiaomi: Fix warnings
Change-Id: I85fb05a68fd9c38196804fdaff84ff24f0c0dcda
This commit is contained in:
@@ -152,12 +152,12 @@ struct xiaomi_touch *xiaomi_touch_dev_get(int minor)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
struct class *get_xiaomi_touch_class()
|
||||
struct class *get_xiaomi_touch_class(void)
|
||||
{
|
||||
return xiaomi_touch_dev.class;
|
||||
}
|
||||
|
||||
struct device *get_xiaomi_touch_dev()
|
||||
struct device *get_xiaomi_touch_dev(void)
|
||||
{
|
||||
return xiaomi_touch_dev.dev;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user