Second set of Counter updates for 6.10

Counter header file is updated to include only headers that are actually
 use.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQSNN83d4NIlKPjon7a1SFbKvhIjKwUCZjAh3gAKCRC1SFbKvhIj
 K1tHAQC8AApDIWPiiDvE0equxyIYlxIvSOrMbpl9VF3Wns6HtQD+JlAJGb2ApmEa
 8KsbxFXC1JjoShI5gpmNA32+6gN88w4=
 =+hBX
 -----END PGP SIGNATURE-----

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
This commit is contained in:
Greg Kroah-Hartman 2024-04-30 09:22:37 +02:00
commit 1245489b35

View File

@ -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;