diff options
author | Jan Harkes <jaharkes@cs.cmu.edu> | 2019-07-16 19:28:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-16 22:23:23 -0400 |
commit | 6dc280ebeed2c96a2fb933103dafe655a922b9c1 (patch) | |
tree | 9aa0c2539f96d2ded387e8892fa1791b78d33c15 | |
parent | 8fc8b9df831387e0d02c1d0f5bb53d327e0d477a (diff) |
coda: remove uapi/linux/coda_psdev.h
Nothing is left in this header that is used by userspace.
Link: http://lkml.kernel.org/r/bb11378cef94739f2cf89425dd6d302a52c64480.1558117389.git.jaharkes@cs.cmu.edu
Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Colin Ian King <colin.king@canonical.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Fabian Frederick <fabf@skynet.be>
Cc: Mikko Rapeli <mikko.rapeli@iki.fi>
Cc: Sam Protsenko <semen.protsenko@linaro.org>
Cc: Yann Droneaud <ydroneaud@opteya.com>
Cc: Zhouyang Jia <jiazhouyang09@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | fs/coda/coda_psdev.h | 5 | ||||
-rw-r--r-- | include/uapi/linux/coda_psdev.h | 10 |
2 files changed, 4 insertions, 11 deletions
diff --git a/fs/coda/coda_psdev.h b/fs/coda/coda_psdev.h index 012e16f741a6..801423cbbdfc 100644 --- a/fs/coda/coda_psdev.h +++ b/fs/coda/coda_psdev.h | |||
@@ -3,8 +3,11 @@ | |||
3 | #define __CODA_PSDEV_H | 3 | #define __CODA_PSDEV_H |
4 | 4 | ||
5 | #include <linux/backing-dev.h> | 5 | #include <linux/backing-dev.h> |
6 | #include <linux/magic.h> | ||
6 | #include <linux/mutex.h> | 7 | #include <linux/mutex.h> |
7 | #include <linux/coda_psdev.h> | 8 | |
9 | #define CODA_PSDEV_MAJOR 67 | ||
10 | #define MAX_CODADEVS 5 /* how many do we allow */ | ||
8 | 11 | ||
9 | struct kstatfs; | 12 | struct kstatfs; |
10 | 13 | ||
diff --git a/include/uapi/linux/coda_psdev.h b/include/uapi/linux/coda_psdev.h deleted file mode 100644 index 3dacb7fad66a..000000000000 --- a/include/uapi/linux/coda_psdev.h +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ | ||
2 | #ifndef _UAPI__CODA_PSDEV_H | ||
3 | #define _UAPI__CODA_PSDEV_H | ||
4 | |||
5 | #include <linux/magic.h> | ||
6 | |||
7 | #define CODA_PSDEV_MAJOR 67 | ||
8 | #define MAX_CODADEVS 5 /* how many do we allow */ | ||
9 | |||
10 | #endif /* _UAPI__CODA_PSDEV_H */ | ||