configs: imx8mn_venice: fix include header protection

Fix typo in the include header protection.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
Tim Harvey 2022-11-04 08:45:20 -07:00 committed by Stefano Babic
parent 630abef2f1
commit 9414097ab7

View file

@ -3,8 +3,8 @@
* Copyright 2022 Gateworks Corporation
*/
#ifndef __IMX8MM_VENICE_H
#define __IMX8MM_VENICE_H
#ifndef __IMX8MN_VENICE_H
#define __IMX8MN_VENICE_H
#include <asm/arch/imx-regs.h>
#include <linux/sizes.h>