diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/rs600.c')
-rw-r--r-- | drivers/gpu/drm/radeon/rs600.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/rs600.c b/drivers/gpu/drm/radeon/rs600.c index f16af119c688..f3aa9b7e8b1e 100644 --- a/drivers/gpu/drm/radeon/rs600.c +++ b/drivers/gpu/drm/radeon/rs600.c @@ -35,6 +35,9 @@ * close to the one of the R600 family (R600 likely being an evolution * of the RS600 GART block). */ + +#include <linux/io-64-nonatomic-lo-hi.h> + #include <drm/drmP.h> #include "radeon.h" #include "radeon_asic.h" |