diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/device.h | 1 | ||||
| -rw-r--r-- | include/linux/hrtimer.h | 1 | ||||
| -rw-r--r-- | include/net/sock.h | 1 | 
3 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 553fd37b173..e4f62d8896b 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -530,7 +530,6 @@ struct device_dma_parameters {   * @dma_mem:	Internal for coherent mem override.   * @archdata:	For arch-specific additions.   * @of_node:	Associated device tree node. - * @of_match:	Matching of_device_id from driver.   * @devt:	For creating the sysfs "dev".   * @devres_lock: Spinlock to protect the resource of the device.   * @devres_head: The resources list of the device. diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 51932e5acf7..fd0dc30c9f1 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -135,6 +135,7 @@ struct hrtimer_sleeper {   * @cpu_base:		per cpu clock base   * @index:		clock type index for per_cpu support when moving a   *			timer to a base on another cpu. + * @clockid:		clock id for per_cpu support   * @active:		red black tree root node for the active timers   * @resolution:		the resolution of the clock, in nanoseconds   * @get_time:		function to retrieve the current time of the clock diff --git a/include/net/sock.h b/include/net/sock.h index f2046e404a6..c0b938cb4b1 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -178,7 +178,6 @@ struct sock_common {    *	@sk_dst_cache: destination cache    *	@sk_dst_lock: destination cache lock    *	@sk_policy: flow policy -  *	@sk_rmem_alloc: receive queue bytes committed    *	@sk_receive_queue: incoming packets    *	@sk_wmem_alloc: transmit queue bytes committed    *	@sk_write_queue: Packet sending queue  |