Ignore:
Timestamp:
Jun 8, 2009, 11:51:32 AM (16 years ago)
Author:
Paul Smedley
Message:

More code tidyups, remove some unnecessary #ifndef TARGET_OS2 by adding some more stub functions

Location:
GPL/trunk/include/linux
Files:
2 edited

Legend:

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

    r441 r445  
    233233
    234234struct file_operations {
     235        struct module *owner;
    235236        loff_t (*llseek) (struct file *, loff_t, int);
    236237        int (*read) (struct file *, char *, size_t, loff_t *);
  • GPL/trunk/include/linux/smp_lock.h

    r305 r445  
    33#ifndef _LINUX_SMP_LOCK_H
    44#define _LINUX_SMP_LOCK_H
    5 
     5#define lock_kernel()                           do { } while(0)
     6#define unlock_kernel()                         do { } while(0)
    67#endif /* _LINUX_SMP_LOCK_H */
Note: See TracChangeset for help on using the changeset viewer.