mirror of https://gitee.com/openkylin/linux.git
Staging: quickstart: Remove unused defines
Signed-off-by: Szymon Janc <szymon@janc.net.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
55e4036986
commit
4a0908322a
|
@ -43,9 +43,6 @@ MODULE_LICENSE("GPL");
|
|||
|
||||
#define QUICKSTART_PF_DRIVER_NAME "quickstart"
|
||||
#define QUICKSTART_PF_DEVICE_NAME "quickstart"
|
||||
#define QUICKSTART_PF_DEVATTR_NAME "pressed_button"
|
||||
|
||||
#define QUICKSTART_MAX_BTN_NAME_LEN 16
|
||||
|
||||
/*
|
||||
* There will be two events:
|
||||
|
|
Loading…
Reference in New Issue