summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-30 10:22:37 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-30 10:22:37 +0300
commit1245489b35e31047dd1da57dd9e5804a24bb6c00 (patch)
treeb5c70f2289fdb2db8e78d5b8223f8d499a4a33e7 /include
parent7b51b13733214b0491e935ff6ffc64a5730caa2a (diff)
parent89d5d9e9500826cbd3b15ea7b6e8d9fae966f073 (diff)
downloadlinux-1245489b35e31047dd1da57dd9e5804a24bb6c00.tar.xz
Merge tag 'counter-updates-for-6.10b' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-next
William writes: Second set of Counter updates for 6.10 Counter header file is updated to include only headers that are actually use. * tag 'counter-updates-for-6.10b' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter: counter: Don't use "proxy" headers
Diffstat (limited to 'include')
-rw-r--r--include/linux/counter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/counter.h b/include/linux/counter.h
index cd35d8574ee2..426b7d58a438 100644
--- a/include/linux/counter.h
+++ b/include/linux/counter.h
@@ -6,14 +6,15 @@
#ifndef _COUNTER_H_
#define _COUNTER_H_
+#include <linux/array_size.h>
#include <linux/cdev.h>
#include <linux/device.h>
-#include <linux/kernel.h>
#include <linux/kfifo.h>
#include <linux/mutex.h>
#include <linux/spinlock_types.h>
#include <linux/types.h>
#include <linux/wait.h>
+
#include <uapi/linux/counter.h>
struct counter_device;