Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

macintosh/ams/ams: Add header file macro definition

Add header file macro definition.

Signed-off-by: Li zeming <zeming@nfschina.com>
[mpe: Add endif comment]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220707015352.3391-1-zeming@nfschina.com

authored by

Li zeming and committed by
Michael Ellerman
2dfcace7 a0542d2c

+5
+5
drivers/macintosh/ams/ams.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 + #ifndef _AMS_H 3 + #define _AMS_H 4 + 2 5 #include <linux/i2c.h> 3 6 #include <linux/input.h> 4 7 #include <linux/kthread.h> ··· 72 69 73 70 extern int ams_input_init(void); 74 71 extern void ams_input_exit(void); 72 + 73 + #endif /* _AMS_H */