aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2018-06-27 18:19:46 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-28 19:52:07 +0900
commit82f5d7749fa4f3851f705c75b33babf68edb90b8 (patch)
treef8ae4ec3cdf845de2cfb27a9120f40a0d495e274 /include/linux/usb
parentstaging: typec: tcpci: move tcpci drivers out of staging (diff)
downloadlinux-dev-82f5d7749fa4f3851f705c75b33babf68edb90b8.tar.xz
linux-dev-82f5d7749fa4f3851f705c75b33babf68edb90b8.zip
usb: pd: include kernel.h
This makes life a bit easier for the drivers that include pd.h. All pd_header_*_le() inline functions defined in pd.h call le16_to_cpu(), and all *_LE() macros in pd.h call cpu_to_le16(). Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/pd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/pd.h b/include/linux/usb/pd.h
index 09b570feb297..f2162e0fe531 100644
--- a/include/linux/usb/pd.h
+++ b/include/linux/usb/pd.h
@@ -15,6 +15,7 @@
#ifndef __LINUX_USB_PD_H
#define __LINUX_USB_PD_H
+#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/usb/typec.h>