Skip to content

Commit

Permalink
coda: remove uapi/linux/coda_psdev.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Colin Ian King <[email protected]>
Cc: Dan Carpenter <[email protected]>
Cc: David Howells <[email protected]>
Cc: Fabian Frederick <[email protected]>
Cc: Mikko Rapeli <[email protected]>
Cc: Sam Protsenko <[email protected]>
Cc: Yann Droneaud <[email protected]>
Cc: Zhouyang Jia <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
jaharkes authored and torvalds committed Jul 17, 2019
1 parent 8fc8b9d commit 6dc280e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 4 additions & 1 deletion fs/coda/coda_psdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
#define __CODA_PSDEV_H

#include <linux/backing-dev.h>
#include <linux/magic.h>
#include <linux/mutex.h>
#include <linux/coda_psdev.h>

#define CODA_PSDEV_MAJOR 67
#define MAX_CODADEVS 5 /* how many do we allow */

struct kstatfs;

Expand Down
10 changes: 0 additions & 10 deletions include/uapi/linux/coda_psdev.h

This file was deleted.

0 comments on commit 6dc280e

Please sign in to comment.