hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/fsl/guts.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /**
23 * Freecale 85xx and 86xx Global Utilties register set
34 *
....@@ -5,11 +6,6 @@
56 * Timur Tabi <timur@freescale.com>
67 *
78 * Copyright 2004,2007,2012 Freescale Semiconductor, Inc
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the
11
- * Free Software Foundation; either version 2 of the License, or (at your
12
- * option) any later version.
139 */
1410
1511 #ifndef __FSL_GUTS_H__
....@@ -134,8 +130,6 @@
134130 u32 srds2cr0; /* 0x.0f40 - SerDes2 Control Register 0 */
135131 u32 srds2cr1; /* 0x.0f44 - SerDes2 Control Register 0 */
136132 } __attribute__ ((packed));
137
-
138
-u32 fsl_guts_get_svr(void);
139133
140134 /* Alternate function signal multiplex control */
141135 #define MPC85xx_PMUXCR_QE(x) (0x8000 >> (x))