Ignore:
Timestamp:
Jun 6, 2009, 4:22:27 AM (16 years ago)
Author:
Paul Smedley
Message:

Move functions out of config.h into appropriate linux header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/proc_fs.h

    r305 r441  
    236236#endif /* CONFIG_PROC_FS */
    237237
     238static inline struct proc_dir_entry *PDE(const struct inode *inode)
     239{
     240        return (struct proc_dir_entry *) inode->u.generic_ip;
     241}
     242
    238243#endif /* _LINUX_PROC_FS_H */
Note: See TracChangeset for help on using the changeset viewer.