From e116096c4ea04619bf5a2e19be63a8b2b765fbdb Mon Sep 17 00:00:00 2001 From: Richard Sailer Date: Tue, 4 Jun 2019 20:07:12 +0200 Subject: [PATCH] [..]keyboard.h: remove unnecesarry includes platform_device.h and module.h are both already included by tuxedo_keyboard.c --- src/tuxedo_keyboard.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tuxedo_keyboard.h b/src/tuxedo_keyboard.h index c10c486..c64ea8b 100644 --- a/src/tuxedo_keyboard.h +++ b/src/tuxedo_keyboard.h @@ -25,8 +25,6 @@ #define pr_fmt(fmt) DRIVER_NAME ": " fmt #include -#include -#include #define __TUXEDO_PR(lvl, fmt, ...) do { pr_##lvl(fmt, ##__VA_ARGS__); } while (0) #define TUXEDO_INFO(fmt, ...) __TUXEDO_PR(info, fmt, ##__VA_ARGS__)