forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/drivers/staging/vt6655/upc.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0+
1
+/* SPDX-License-Identifier: GPL-2.0+ */
22 /*
33 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
44 * All rights reserved.
....@@ -20,9 +20,7 @@
2020
2121 /*--------------------- Export Definitions -------------------------*/
2222
23
-
2423 /* For memory mapped IO */
25
-
2624
2725 #define VNSvInPortB(dwIOAddress, pbyData) \
2826 (*(pbyData) = ioread8(dwIOAddress))