Skip to content

Commit

Permalink
headers_check fix: parisc, pdc.h
Browse files Browse the repository at this point in the history
fix the following 'make headers_check' warning:

  usr/include/asm-parisc/pdc.h:420: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
  • Loading branch information
Jaswinder Singh Rajput committed Feb 1, 2009
1 parent bef53ca commit 79f95ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/parisc/include/asm/pdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,11 @@
#define NUM_PDC_RESULT 32

#if !defined(__ASSEMBLY__)
#ifdef __KERNEL__

#include <linux/types.h>

#ifdef __KERNEL__

extern int pdc_type;

/* Values for pdc_type */
Expand Down

0 comments on commit 79f95ac

Please sign in to comment.