Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83548
b: refs/heads/master
c: d1c057e
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Linus Torvalds committed Feb 6, 2008
1 parent e147ec8 commit b383620
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad8dc96e3b2c3e28854e0de4ab49351ed547b30c
refs/heads/master: d1c057e31734426ba385e02291d97bdf06ba0c1d
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o

obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
obj-$(CONFIG_GPIO_PCA9539) += pca9539.o
obj-$(CONFIG_GPIO_PCA9539) += pca953x.o
obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/i2c.h>
#include <linux/i2c/pca9539.h>
#include <linux/i2c/pca953x.h>

#include <asm/gpio.h>

Expand Down
File renamed without changes.

0 comments on commit b383620

Please sign in to comment.