Skip to content

Commit

Permalink
headers_check fix cleanup: linux/coda_psdev.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput committed Feb 3, 2009
1 parent 87fe851 commit f2cddb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/coda_psdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define CODA_PSDEV_MAJOR 67
#define MAX_CODADEVS 5 /* how many do we allow */

#ifdef __KERNEL__
struct kstatfs;

/* communication pending/processing queues */
Expand All @@ -24,7 +25,6 @@ static inline struct venus_comm *coda_vcp(struct super_block *sb)
return (struct venus_comm *)((sb)->s_fs_info);
}

#ifdef __KERNEL__
/* upcalls */
int venus_rootfid(struct super_block *sb, struct CodaFid *fidp);
int venus_getattr(struct super_block *sb, struct CodaFid *fid,
Expand Down

0 comments on commit f2cddb2

Please sign in to comment.