Ignore:
Timestamp:
Jun 9, 2016, 10:38:13 PM (9 years ago)
Author:
David Azarewicz
Message:

Rearrange directory structure
rework makefiles
cleanup files

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

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/compiler-gcc3.h

    r442 r587  
    66#define inline __inline
    77#define INLINE inline
    8 #define __attribute__
     8#define __attribute__(a)
    99
    1010#if __GNUC_MINOR__ >= 1  && __GNUC_MINOR__ < 4
  • GPL/trunk/include/linux/config.h

    r305 r587  
    33#ifndef _LINUX_CONFIG_H
    44#define _LINUX_CONFIG_H
    5 #include <sound/config.h>
     5#include <config.h>
    66#endif
  • GPL/trunk/include/linux/fs.h

    r446 r587  
    88 * upper limit on files-per-process.
    99 *
    10  * Some programs (notably those using select()) may have to be 
    11  * recompiled to take full advantage of the new limits.. 
     10 * Some programs (notably those using select()) may have to be
     11 * recompiled to take full advantage of the new limits..
    1212 */
    1313
     
    6363
    6464/* public flags for file_system_type */
    65 #define FS_REQUIRES_DEV 1 
     65#define FS_REQUIRES_DEV 1
    6666#define FS_NO_DCACHE    2 /* Only dcache the necessary things. */
    6767#define FS_NO_PRELIM    4 /* prevent preloading of dentries, even if
     
    265265extern void kill_fasync(struct fasync_struct *, int, int);
    266266
    267 #define fops_get(x) (x)
     267#define fops_get(x) ((struct file_operations *)x)
    268268#define fops_put(x) do { ; } while (0)
    269269
  • GPL/trunk/include/linux/pnp.h

    r441 r587  
    1313#ifdef __KERNEL__
    1414
    15 #ifndef TARGET_OS2
    1615#include <linux/isapnp.h>
    17 #else /* TARGET_OS2 */
    18 #include <sound/isapnp.h>
    19 #endif /* TARGET_OS2 */
    2016#include <linux/list.h>
    2117#include <linux/pm.h>
  • GPL/trunk/include/linux/workqueue.h

    r444 r587  
    33
    44#include <linux/timer.h>
    5 #include <sound/compat_22.h>
     5#include <compat_22.h>
    66/* we know this is used below exactly once for at most one waiter */
    77
Note: See TracChangeset for help on using the changeset viewer.