Skip to content

Commit

Permalink
Fix compilation error due to gpio headers reorganization in 6.4
Browse files Browse the repository at this point in the history
Signed-off-by: Dmytro Bagrii <dimich.dmb@gmail.com>
  • Loading branch information
dimich-dmb committed Jul 8, 2023
1 parent b5de681 commit a54b1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spi-ch341-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <linux/slab.h>
#include <linux/usb.h>
#include <linux/spi/spi.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/irq.h>

/**
Expand Down

0 comments on commit a54b1a3

Please sign in to comment.