diff options
| -rw-r--r-- | shared/radeon.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/radeon.h b/shared/radeon.h index af1f6ca4..f13f7653 100644 --- a/shared/radeon.h +++ b/shared/radeon.h @@ -152,7 +152,7 @@  	{0, 0, 0, NULL}  #define DRIVER_FILE_FIELDS						\ -	s64 radeon_fb_delta;						\ +	int64_t radeon_fb_delta;					\  #define DRIVER_OPEN_HELPER( filp_priv, dev )				\  do {									\  | 
