diff options
| author | 2011-06-15 15:48:40 +0900 | |
|---|---|---|
| committer | 2011-06-15 15:48:40 +0900 | |
| commit | fc90ec86294202b306b7b124f2f6d5035c94fa13 (patch) | |
| tree | da3da512c8082f2864c95de9684a0a75ac997dad /include/linux/seqlock.h | |
| parent | fbdev: sh_mobile_hdmi: fix regression: statically enable RTPM (diff) | |
| parent | fbdev: da8xx: use display information in info not in var for panning (diff) | |
Merge branch 'fbdev/panning-fixes'
Diffstat (limited to 'include/linux/seqlock.h')
| -rw-r--r-- | include/linux/seqlock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h index e9811892844f..c6db9fb33c44 100644 --- a/include/linux/seqlock.h +++ b/include/linux/seqlock.h @@ -28,6 +28,7 @@ #include <linux/spinlock.h> #include <linux/preempt.h> +#include <asm/processor.h> typedef struct { unsigned sequence; |
