kernel/drivers/staging/vt6655/upc.h
.. .. @@ -1,4 +1,4 @@ 1 -// SPDX-License-Identifier: GPL-2.0+1 +/* SPDX-License-Identifier: GPL-2.0+ */2 2 /* 3 3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. 4 4 * All rights reserved. .. .. @@ -20,9 +20,7 @@ 20 20 21 21 /*--------------------- Export Definitions -------------------------*/ 22 22 23 -24 23 /* For memory mapped IO */ 25 -26 24 27 25 #define VNSvInPortB(dwIOAddress, pbyData) \ 28 26 (*(pbyData) = ioread8(dwIOAddress))