diff options
| author | Paul Mackerras <paulus@samba.org> | 2005-11-25 22:12:01 +1100 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2005-11-25 22:12:01 +1100 |
| commit | 26925c5910ab77fc95b4d8bb6d98780b50ab1e5a (patch) | |
| tree | 7d7506b3aedeea4db8b8659f046850db97503a89 /include/linux | |
| parent | 55bb239e5464ecde046af3e45052ef06efda6444 (diff) | |
| parent | cd0cca7bf5e201dcea5632f78ad9b37cb419a5df (diff) | |
Merge ../linux-2.6
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/smp.h | 8 | ||||
| -rw-r--r-- | include/linux/usb.h | 1 |
2 files changed, 2 insertions, 7 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index b6069c8e1f04..9dfa3ee769ae 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h @@ -94,13 +94,7 @@ void smp_prepare_boot_cpu(void); */ #define raw_smp_processor_id() 0 #define hard_smp_processor_id() 0 - -static inline int smp_call_function(void (*func) (void *info), void *info, - int retry, int wait) -{ - return 0; -} - +#define smp_call_function(func,info,retry,wait) ({ 0; }) #define on_each_cpu(func,info,retry,wait) ({ func(info); 0; }) static inline void smp_send_reschedule(int cpu) { } #define num_booting_cpus() 1 diff --git a/include/linux/usb.h b/include/linux/usb.h index 856d232c7562..d81b050e5955 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -47,6 +47,7 @@ struct usb_driver; * @urb_list: urbs queued to this endpoint; maintained by usbcore * @hcpriv: for use by HCD; typically holds hardware dma queue head (QH) * with one or more transfer descriptors (TDs) per urb + * @kobj: kobject for sysfs info * @extra: descriptors following this endpoint in the configuration * @extralen: how many bytes of "extra" are valid * |
