Skip to content

Commit 1b5acd4

Browse files
committed
fixup! misc: Add RP1 PIO driver
Signed-off-by: Phil Elwell <[email protected]>
1 parent ba7e2e3 commit 1b5acd4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

include/uapi/misc/rp1_pio_if.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 + WITH Linux-syscall-note */
22
/*
33
* Copyright (c) 2023-24 Raspberry Pi Ltd.
44
* All rights reserved.
@@ -169,10 +169,6 @@ struct rp1_access_hw_args {
169169
#define PIO_IOC_SM_CONFIG_XFER _IOW(PIO_IOC_MAGIC, 0, struct rp1_pio_sm_config_xfer_args)
170170
#define PIO_IOC_SM_XFER_DATA _IOW(PIO_IOC_MAGIC, 1, struct rp1_pio_sm_xfer_data_args)
171171

172-
#ifdef CONFIG_COMPAT
173-
//XXX #define PIO_IOC_SM_XFER_DATA32 _IOW(PIO_IOC_MAGIC, 2, struct pio_sm_xfer_data_args)
174-
#endif
175-
176172
#define PIO_IOC_READ_HW _IOW(PIO_IOC_MAGIC, 8, struct rp1_access_hw_args)
177173
#define PIO_IOC_WRITE_HW _IOW(PIO_IOC_MAGIC, 9, struct rp1_access_hw_args)
178174

0 commit comments

Comments
 (0)