diff options
Diffstat (limited to 'drivers/usb/host/whci/debug.c')
| -rw-r--r-- | drivers/usb/host/whci/debug.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/whci/debug.c b/drivers/usb/host/whci/debug.c index 8c1c610c951..c5305b599ca 100644 --- a/drivers/usb/host/whci/debug.c +++ b/drivers/usb/host/whci/debug.c @@ -15,6 +15,7 @@   * You should have received a copy of the GNU General Public License   * along with this program.  If not, see <http://www.gnu.org/licenses/>.   */ +#include <linux/slab.h>  #include <linux/kernel.h>  #include <linux/debugfs.h>  #include <linux/seq_file.h>  |