forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/mips/include/asm/mach-rc32434/rb.h
....@@ -1,13 +1,5 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
2
- * This program is free software; you can redistribute it and/or modify
3
- * it under the terms of the GNU General Public License as published by
4
- * the Free Software Foundation; either version 2 of the License, or
5
- * (at your option) any later version.
6
- *
7
- * This program is distributed in the hope that it will be useful,
8
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
9
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
- * GNU General Public License for more details.
113 *
124 * Copyright (C) 2004 IDT Inc.
135 * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
....@@ -69,12 +61,6 @@
6961 char *name;
7062 unsigned char mac[6];
7163 struct net_device *dev;
72
-};
73
-
74
-struct cf_device {
75
- int gpio_pin;
76
- void *dev;
77
- struct gendisk *gd;
7864 };
7965
8066 struct mpmc_device {