commit | 18b04783a057552e9632596dec2fa0329f26b589 | [log] [tgz] |
---|---|---|
author | Kobi Cohen Arazi <kobic@codeaurora.org> | Tue Jul 26 12:11:34 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:27:02 2011 -0700 |
tree | fbf8fe0e624f78b0374eff8de2a75ce6af739b19 | |
parent | 57996e3add058436fd4801644106c6fb3c00e489 [diff] [blame] |
Add missing header guards in msm_rotator.h msm_rotator.h was missing define __MSM_ROTATOR_H__ Signed-off-by: Kobi Cohen-Arazi <kobic@codeaurora.org>
diff --git a/include/linux/msm_rotator.h b/include/linux/msm_rotator.h index 98352b7..b8d7de6 100644 --- a/include/linux/msm_rotator.h +++ b/include/linux/msm_rotator.h
@@ -1,4 +1,5 @@ #ifndef __MSM_ROTATOR_H__ +#define __MSM_ROTATOR_H__ #include <linux/types.h> #include <linux/msm_mdp.h>