Skip to content

Commit

Permalink
sunxi usb hcd0: Correct axp-gpio.h include path
Browse files Browse the repository at this point in the history
  • Loading branch information
hno committed May 12, 2013
1 parent 00eaf98 commit 1d8ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/sunxi_usb/hcd/hcd0/sw_hcd0.c
Expand Up @@ -32,7 +32,7 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/gpio.h>
#include "../../power/axp_power/axp-gpio.h"
#include "../../../../power/axp_power/axp-gpio.h"

#include <mach/clock.h>
#include "../include/sw_hcd_config.h"
Expand Down

0 comments on commit 1d8ace7

Please sign in to comment.