浏览代码

cdc: add header guards

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stephen Rothwell 10 年之前
父节点
当前提交
b84ee0d7f3
共有 2 个文件被更改,包括 7 次插入3 次删除
  1. 4 0
      include/linux/usb/cdc.h
  2. 3 3
      include/uapi/linux/usb/cdc.h

+ 4 - 0
include/linux/usb/cdc.h

@@ -7,6 +7,8 @@
  * modify it under the terms of the GNU General Public License
  * modify it under the terms of the GNU General Public License
  * version 2 as published by the Free Software Foundation.
  * version 2 as published by the Free Software Foundation.
  */
  */
+#ifndef __LINUX_USB_CDC_H
+#define __LINUX_USB_CDC_H
 
 
 #include <uapi/linux/usb/cdc.h>
 #include <uapi/linux/usb/cdc.h>
 
 
@@ -45,3 +47,5 @@ int cdc_parse_cdc_header(struct usb_cdc_parsed_header *hdr,
 				struct usb_interface *intf,
 				struct usb_interface *intf,
 				u8 *buffer,
 				u8 *buffer,
 				int buflen);
 				int buflen);
+
+#endif /* __LINUX_USB_CDC_H */

+ 3 - 3
include/uapi/linux/usb/cdc.h

@@ -6,8 +6,8 @@
  * firmware based USB peripherals.
  * firmware based USB peripherals.
  */
  */
 
 
-#ifndef __LINUX_USB_CDC_H
-#define __LINUX_USB_CDC_H
+#ifndef __UAPI_LINUX_USB_CDC_H
+#define __UAPI_LINUX_USB_CDC_H
 
 
 #include <linux/types.h>
 #include <linux/types.h>
 
 
@@ -444,4 +444,4 @@ struct usb_cdc_ncm_ndp_input_size {
 #define USB_CDC_NCM_CRC_NOT_APPENDED			0x00
 #define USB_CDC_NCM_CRC_NOT_APPENDED			0x00
 #define USB_CDC_NCM_CRC_APPENDED			0x01
 #define USB_CDC_NCM_CRC_APPENDED			0x01
 
 
-#endif /* __LINUX_USB_CDC_H */
+#endif /* __UAPI_LINUX_USB_CDC_H */