From: Wolfram Sang Date: Mon, 10 Feb 2025 11:36:13 +0000 (+0100) Subject: HID: google: don't include '' directly X-Git-Tag: io_uring-6.15-20250403~93^2~10^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=38ad1eec979b25b24997af4901b010af56b3f47b;p=linux-block.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 0f292b5d3e26..adb4f48804e5 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"