mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 22:42:10 +00:00
headers_check fix cleanup: linux/coda_psdev.h
These are only for kernel internals as pointed by Arnd Bergmann: struct kstatfs struct venus_comm coda_vcp() Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
This commit is contained in:
parent
87fe85133f
commit
f2cddb29eb
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
#define CODA_PSDEV_MAJOR 67
|
#define CODA_PSDEV_MAJOR 67
|
||||||
#define MAX_CODADEVS 5 /* how many do we allow */
|
#define MAX_CODADEVS 5 /* how many do we allow */
|
||||||
|
|
||||||
|
#ifdef __KERNEL__
|
||||||
struct kstatfs;
|
struct kstatfs;
|
||||||
|
|
||||||
/* communication pending/processing queues */
|
/* communication pending/processing queues */
|
||||||
|
@ -24,7 +25,6 @@ static inline struct venus_comm *coda_vcp(struct super_block *sb)
|
||||||
return (struct venus_comm *)((sb)->s_fs_info);
|
return (struct venus_comm *)((sb)->s_fs_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
|
||||||
/* upcalls */
|
/* upcalls */
|
||||||
int venus_rootfid(struct super_block *sb, struct CodaFid *fidp);
|
int venus_rootfid(struct super_block *sb, struct CodaFid *fidp);
|
||||||
int venus_getattr(struct super_block *sb, struct CodaFid *fid,
|
int venus_getattr(struct super_block *sb, struct CodaFid *fid,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue