Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6d57093 authored by Márton Németh's avatar Márton Németh Committed by Dmitry Torokhov
Browse files

Input: xen-kbdfront - make xenbus device ids constant



The ids field of the struct xenbus_device_id is constant in <linux/xen/xenbus.h>
so it makes sense to mark xenkbd_ids also constant.

Signed-off-by: default avatarMárton Németh <nm127@freemail.hu>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 35c4b918
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ static void xenkbd_backend_changed(struct xenbus_device *dev,
	}
}

static struct xenbus_device_id xenkbd_ids[] = {
static const struct xenbus_device_id xenkbd_ids[] = {
	{ "vkbd" },
	{ "" }
};