diff options
Diffstat (limited to 'include/soc/imx/revision.h')
| -rw-r--r-- | include/soc/imx/revision.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/soc/imx/revision.h b/include/soc/imx/revision.h index 9ea346924c35..b122d2fc8881 100644 --- a/include/soc/imx/revision.h +++ b/include/soc/imx/revision.h @@ -1,9 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2015 Linaro Ltd. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef __SOC_IMX_REVISION_H__ @@ -25,6 +22,7 @@ #define IMX_CHIP_REVISION_3_3 0x33 #define IMX_CHIP_REVISION_UNKNOWN 0xff +int mx25_revision(void); int mx27_revision(void); int mx31_revision(void); int mx35_revision(void); |
