Skip to content

Commit

Permalink
uadk: remove unused ioctl cmd
Browse files Browse the repository at this point in the history
Remove unused ioctl cmd UACCE_CMD_GET_SS_DMA.

Signed-off-by: Weili Qian <[email protected]>
Signed-off-by: JiangShui Yang <[email protected]>
  • Loading branch information
Weili Qian authored and Liulongfang committed Apr 9, 2024
1 parent d85286e commit 8c1b433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/uacce.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ extern "C" {

#define UACCE_CMD_START _IO('W', 0)
#define UACCE_CMD_PUT_Q _IO('W', 1)
#define UACCE_CMD_GET_SS_DMA _IOR('W', 100, unsigned long)

/**
* UACCE Device flags:
Expand Down

0 comments on commit 8c1b433

Please sign in to comment.