aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c/ch7006_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i2c/ch7006_priv.h')
-rw-r--r--drivers/gpu/drm/i2c/ch7006_priv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i2c/ch7006_priv.h b/drivers/gpu/drm/i2c/ch7006_priv.h
index 09599f4c0c9a..ce577841f931 100644
--- a/drivers/gpu/drm/i2c/ch7006_priv.h
+++ b/drivers/gpu/drm/i2c/ch7006_priv.h
@@ -27,10 +27,10 @@
27#ifndef __DRM_I2C_CH7006_PRIV_H__ 27#ifndef __DRM_I2C_CH7006_PRIV_H__
28#define __DRM_I2C_CH7006_PRIV_H__ 28#define __DRM_I2C_CH7006_PRIV_H__
29 29
30#include "drmP.h" 30#include <drm/drmP.h>
31#include "drm_crtc_helper.h" 31#include <drm/drm_crtc_helper.h>
32#include "drm_encoder_slave.h" 32#include <drm/drm_encoder_slave.h>
33#include "i2c/ch7006.h" 33#include <drm/i2c/ch7006.h>
34 34
35typedef int64_t fixed; 35typedef int64_t fixed;
36#define fixed1 (1LL << 32) 36#define fixed1 (1LL << 32)