diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2019-08-18 18:59:57 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-08-22 06:16:55 +0300 |
commit | 6a9d8de7e9c75334949c005f9b1c50c6f857606d (patch) | |
tree | 87e454f12e37278d51f76329d7d01501f64d5aa1 | |
parent | 828d6fde7f574d74b0a6a591345d3c42b62d5e21 (diff) | |
download | linux-6a9d8de7e9c75334949c005f9b1c50c6f857606d.tar.xz |
drm/amdgpu: Fix a typo in the include header guard of 'navi12_ip_offset.h'
'_navi10_ip_offset_HEADER' is already used in 'navi10_ip_offset.h', so use
'_navi12_ip_offset_HEADER' instead here.
Reviewed-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/include/navi12_ip_offset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/include/navi12_ip_offset.h b/drivers/gpu/drm/amd/include/navi12_ip_offset.h index 229e8fddfcc1..6c2cc6296c06 100644 --- a/drivers/gpu/drm/amd/include/navi12_ip_offset.h +++ b/drivers/gpu/drm/amd/include/navi12_ip_offset.h @@ -18,8 +18,8 @@ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef _navi10_ip_offset_HEADER -#define _navi10_ip_offset_HEADER +#ifndef _navi12_ip_offset_HEADER +#define _navi12_ip_offset_HEADER #define MAX_INSTANCE 7 #define MAX_SEGMENT 5 |