From b312fa0c9f120af415048a4994a8f6115a0f8a4a Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 22 Nov 2021 13:13:05 -0800 Subject: uhid: Remove local copy of uhid header uhid.h is part of kernel uapi nowadays so it can be included directly from linux/uhid.h so this removes the local copy to use it instead. --- Makefile.plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.plugins') diff --git a/Makefile.plugins b/Makefile.plugins index 69fb01001..7693c767f 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -68,7 +68,7 @@ endif if HOG builtin_modules += hog -builtin_sources += profiles/input/hog.c profiles/input/uhid_copy.h \ +builtin_sources += profiles/input/hog.c \ profiles/input/hog-lib.c profiles/input/hog-lib.h \ profiles/deviceinfo/dis.c profiles/deviceinfo/dis.h \ profiles/battery/bas.c profiles/battery/bas.h \ -- cgit v1.2.1