diff options
| author | 2009-08-05 22:10:52 +0100 | |
|---|---|---|
| committer | 2009-08-05 22:10:52 +0100 | |
| commit | 13efdbecc65ef6ec4028551fb223dea5c5e3143c (patch) | |
| tree | 634a2ce082abe3eb2a5defe0f1ddc2f3eb10f085 /include/linux/pps.h | |
| parent | Merge branch 'omap4_upstream' of git://dev.omapzoom.org/pub/scm/santosh/kernel-omap4-base into devel-stable (diff) | |
| parent | OMAP3: Overo: add missing pen-down GPIO definition (diff) | |
| download | wireguard-linux-13efdbecc65ef6ec4028551fb223dea5c5e3143c.tar.xz wireguard-linux-13efdbecc65ef6ec4028551fb223dea5c5e3143c.zip | |
Merge branch 'pm-upstream/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into devel-stable
Diffstat (limited to 'include/linux/pps.h')
| -rw-r--r-- | include/linux/pps.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pps.h b/include/linux/pps.h index cfe5c7214ec6..0194ab06177b 100644 --- a/include/linux/pps.h +++ b/include/linux/pps.h @@ -22,6 +22,8 @@ #ifndef _PPS_H_ #define _PPS_H_ +#include <linux/types.h> + #define PPS_VERSION "5.3.6" #define PPS_MAX_SOURCES 16 /* should be enough... */ |
