From: Wolfram Sang Date: Mon, 10 Feb 2025 11:36:13 +0000 (+0100) Subject: HID: google: don't include '' directly X-Git-Tag: v6.15-rc1~171^2~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38ad1eec979b25b24997af4901b010af56b3f47b;p=thirdparty%2Fkernel%2Flinux.git HID: google: don't include '' directly The header clearly states that it does not want to be included directly, only via ''. Which is already present, so delete the superfluous include. Signed-off-by: Wolfram Sang Acked-by: Jiri Kosina Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-google-hammer.c b/drivers/hid/hid-google-hammer.c index 0f292b5d3e26d..adb4f48804e52 100644 --- a/drivers/hid/hid-google-hammer.c +++ b/drivers/hid/hid-google-hammer.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include "hid-ids.h"