Skip to content

Commit

Permalink
usb/gadget: fix compile error on r8a66597-udc.c
Browse files Browse the repository at this point in the history
C file uses IS_ERR and PTR_ERR, but doesn't include <linux/err.h>

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Grant Likely authored and Greg Kroah-Hartman committed Mar 19, 2010
1 parent 1e63ef0 commit fa7bf34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/gadget/r8a66597-udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
Expand Down

0 comments on commit fa7bf34

Please sign in to comment.