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

Cleanup headers, fix warnings

File:
1 edited

Legend:

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

    r637 r647  
    1313#include <linux/gfp.h>
    1414#include <linux/types.h>
     15#include <linux/bitops.h>
    1516
    1617/* Optimization barrier */
     
    120121#define container_of(ptr, type, member) \
    121122( (type *)( (char *)ptr - offsetof(type,member) ) )
     123
     124_WCRTLINK extern int    sscanf( const char *__s, const char *__format, ... );
     125
    122126#endif
Note: See TracChangeset for help on using the changeset viewer.