diff options
Diffstat (limited to 'drivers/gpu/drm/amd/include/cgs_common.h')
-rw-r--r-- | drivers/gpu/drm/amd/include/cgs_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/cgs_common.h b/drivers/gpu/drm/amd/include/cgs_common.h index 6ff8f35123c2..f2814ae7ecdd 100644 --- a/drivers/gpu/drm/amd/include/cgs_common.h +++ b/drivers/gpu/drm/amd/include/cgs_common.h | |||
@@ -290,7 +290,6 @@ struct cgs_os_ops; /* To be define in OS-specific CGS header */ | |||
290 | struct cgs_device | 290 | struct cgs_device |
291 | { | 291 | { |
292 | const struct cgs_ops *ops; | 292 | const struct cgs_ops *ops; |
293 | const struct cgs_os_ops *os_ops; | ||
294 | /* to be embedded at the start of driver private structure */ | 293 | /* to be embedded at the start of driver private structure */ |
295 | }; | 294 | }; |
296 | 295 | ||