forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm/mach-lpc32xx/common.h
....@@ -1,19 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * arch/arm/mach-lpc32xx/common.h
34 *
45 * Author: Kevin Wells <kevin.wells@nxp.com>
56 *
67 * Copyright (C) 2009-2010 NXP Semiconductors
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
178 */
189
1910 #ifndef __LPC32XX_COMMON_H
....@@ -32,7 +23,6 @@
3223 */
3324 extern void lpc32xx_get_uid(u32 devid[4]);
3425
35
-extern u32 lpc32xx_return_iram_size(void);
3626 /*
3727 * Pointers used for sizing and copying suspend function data
3828 */