From 648c969c802571bd696b05af747686e8321be126 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 29 Apr 2009 21:04:19 -0700 Subject: [PATCH] --- yaml --- r: 151359 b: refs/heads/master c: cac85a8b4e8e7c51bc0ce2980bba0e35cfec5c2e h: refs/heads/master i: 151357: 8855c786ed87c474d24b9d9c4840c0415290e212 151355: 09e5a52a51abb106bea0834ff976120ac6b37306 151351: 178c9f2a3b46a040e36c52f7a783491fe5d11c40 151343: ddfd022b4d8191eaa39cf1ff635f3b5fff5ee67d 151327: f772d57c3a76deb2d2f5413b41325b04fe3d312c 151295: 9379522ec0358d98d35d9b66707d8ba8d6019036 v: v3 --- [refs] | 2 +- trunk/include/linux/usb/composite.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6d3cabf32122..7db855add1d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5700f4c551f807576eec1d359575681e33057871 +refs/heads/master: cac85a8b4e8e7c51bc0ce2980bba0e35cfec5c2e diff --git a/trunk/include/linux/usb/composite.h b/trunk/include/linux/usb/composite.h index acd7b0f06c8a..4f6bb3d2160e 100644 --- a/trunk/include/linux/usb/composite.h +++ b/trunk/include/linux/usb/composite.h @@ -124,6 +124,7 @@ struct usb_function { void (*suspend)(struct usb_function *); void (*resume)(struct usb_function *); + /* private: */ /* internals */ struct list_head list; }; @@ -219,6 +220,7 @@ struct usb_configuration { struct usb_composite_dev *cdev; + /* private: */ /* internals */ struct list_head list; struct list_head functions; @@ -321,6 +323,7 @@ struct usb_composite_dev { struct usb_configuration *config; + /* private: */ /* internals */ struct usb_device_descriptor desc; struct list_head configs;