Ignore:
Timestamp:
Jan 17, 2021, 7:58:38 AM (5 years ago)
Author:
Paul Smedley
Message:

Cleanup headers, fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/include/linux/fs.h

    r644 r647  
    1212 */
    1313
     14#include <linux/init.h>
    1415#include <linux/types.h>
    1516#include <linux/fcntl.h>
     
    2021#include <linux/dcache.h>
    2122#include <linux/vmalloc.h>
    22 #include <linux/tqueue.h>
     23#include <linux/pid.h>
     24#include <linux/err.h>
     25#include <linux/workqueue.h>
    2326
    2427#define FALSE   0
Note: See TracChangeset for help on using the changeset viewer.