Skip to content

Commit

Permalink
spi: bfin5xx: fix build error
Browse files Browse the repository at this point in the history
should include linux/gpio.h

Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Steven Miao authored and Mark Brown committed Apr 14, 2014
1 parent c9eaa44 commit e8304d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/spi-bfin5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/ioport.h>
Expand Down

0 comments on commit e8304d0

Please sign in to comment.