Skip to content

Commit

Permalink
drm/amd/powerplay: fix misspelling in header guard
Browse files Browse the repository at this point in the history
In smu7_clockpowergating.h, the #ifndef statement which prevents
multiple inclusions of the header file uses _SMU7_CLOCK_POWER_GATING_H_
but the following #define statement uses _SMU7_CLOCK__POWER_GATING_H_.

Signed-off-by: Nicolas Iooss <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
fishilico authored and alexdeucher committed Jan 27, 2017
1 parent 896d630 commit 08f1408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

#ifndef _SMU7_CLOCK_POWER_GATING_H_
#define _SMU7_CLOCK__POWER_GATING_H_
#define _SMU7_CLOCK_POWER_GATING_H_

#include "smu7_hwmgr.h"
#include "pp_asicblocks.h"
Expand Down

0 comments on commit 08f1408

Please sign in to comment.