mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm/amdgpu: fix html doc generation warning
Fix the html doc warning due to mix up of the forward declaration of struct amdgpu_ip_block. Signed-off-by: Sunil Khatri <sunil.khatri@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
692d2cd180
commit
90b97b16e1
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
|
||||
#define AMD_MAX_USEC_TIMEOUT 1000000 /* 1000 ms */
|
||||
struct amdgpu_ip_block;
|
||||
|
||||
|
||||
/*
|
||||
* Chip flags
|
||||
|
|
@ -375,8 +377,6 @@ enum amd_dpm_forced_level;
|
|||
* making calls to hooks from each IP block. This list is ordered to ensure
|
||||
* that the driver initializes the IP blocks in a safe sequence.
|
||||
*/
|
||||
struct amdgpu_ip_block;
|
||||
|
||||
struct amd_ip_funcs {
|
||||
char *name;
|
||||
int (*early_init)(struct amdgpu_ip_block *ip_block);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user