From: William Breathitt Gray Date: Thu, 21 Oct 2021 10:35:14 +0000 (+0900) Subject: counter: Cleanup lingering atomic.h includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=310e75c72fefa3b0b4535f669c8b37c963a2dba5;p=linux.git counter: Cleanup lingering atomic.h includes With the removal of the chrdev_lock atomic flag, the counter-sysfs.c and counter-chrdev.c no longer needs to include the atomic.h header file. Signed-off-by: William Breathitt Gray Link: https://lore.kernel.org/r/20211021103514.955622-1-vilhelm.gray@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/counter/counter-chrdev.c b/drivers/counter/counter-chrdev.c index b747dc81cfc6b..0c82613582f10 100644 --- a/drivers/counter/counter-chrdev.c +++ b/drivers/counter/counter-chrdev.c @@ -3,7 +3,6 @@ * Generic Counter character device interface * Copyright (C) 2020 William Breathitt Gray */ -#include #include #include #include diff --git a/drivers/counter/counter-sysfs.c b/drivers/counter/counter-sysfs.c index 8c2d7c29ea598..67a9888516574 100644 --- a/drivers/counter/counter-sysfs.c +++ b/drivers/counter/counter-sysfs.c @@ -3,7 +3,6 @@ * Generic Counter sysfs interface * Copyright (C) 2020 William Breathitt Gray */ -#include #include #include #include