Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kernel-open/common/inc/nv-linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ typedef enum
#else
#include <linux/gpio/driver.h>

static inline int __to_hwgpio(const struct gpio_device *gdev,
static inline int __to_hwgpio(struct gpio_device *gdev,
const struct of_phandle_args *gpiospec)
{
#if defined(CONFIG_OF_GPIO)
Expand Down