You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[S390] Get rid of a bunch of sparse warnings again.
Also removes a bunch of ^L in drivers/s390/cio/cmf.c Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
f536010642
commit
364c85584e
@@ -0,0 +1,15 @@
|
||||
#ifndef __ARCH_S390_KERNEL_AUDIT_H
|
||||
#define __ARCH_S390_KERNEL_AUDIT_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#ifdef CONFIG_COMPAT
|
||||
extern int s390_classify_syscall(unsigned);
|
||||
extern __u32 s390_dir_class[];
|
||||
extern __u32 s390_write_class[];
|
||||
extern __u32 s390_read_class[];
|
||||
extern __u32 s390_chattr_class[];
|
||||
extern __u32 s390_signal_class[];
|
||||
#endif /* CONFIG_COMPAT */
|
||||
|
||||
#endif /* __ARCH_S390_KERNEL_AUDIT_H */
|
||||
Reference in New Issue
Block a user