OSDN Git Service

counter: Cleanup lingering atomic.h includes
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Thu, 21 Oct 2021 10:35:14 +0000 (19:35 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Oct 2021 11:02:45 +0000 (13:02 +0200)
commit310e75c72fefa3b0b4535f669c8b37c963a2dba5
tree3d1c280a3785f4c95eae1f1ff272da675b5ba4a2
parent8135cc5b270b3f224615bdee8bd7d66afee87991
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 <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/20211021103514.955622-1-vilhelm.gray@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/counter/counter-chrdev.c
drivers/counter/counter-sysfs.c