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

Commit bef41c3c authored by Jonathan Brett's avatar Jonathan Brett Committed by Greg Kroah-Hartman
Browse files

staging: asus_oled add MODULE_VERSION



Moved version string from MODULE_DESCRIPTION to MODULE_VERSION

Signed-off-by: default avatarJonathan Brett <jonbrett.dev@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9c8adb8f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,8 +55,9 @@
#define USB_DEVICE_ID_ASUS_LCM2     0x175b

MODULE_AUTHOR("Jakub Schmidtke, sjakub@gmail.com");
MODULE_DESCRIPTION("Asus OLED Driver v" ASUS_OLED_VERSION);
MODULE_DESCRIPTION("Asus OLED Driver");
MODULE_LICENSE("GPL");
MODULE_VERSION(ASUS_OLED_VERSION);

static struct class *oled_class;
static int oled_num;