# # USB Monitor configuration # config USB_MON tristate "USB Monitor" help If you select this option, a component which captures the USB traffic between peripheral-specific drivers and HC drivers will be built. For more information, see . If unsure, say Y, if allowed, otherwise M. cs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2016-10-05 18:18:07 +0100
committerRalf Baechle <ralf@linux-mips.org>2016-10-06 17:56:13 +0200
commit23dac14d058fcd7cb2b4e6389139ca065855afe7 (patch)
tree24c6ac358767d802528bc7de3535cdd4e2964be6
parentd05c513069f15be5de766026a4192998688ffff1 (diff)
MIPS: PCI: Use struct list_head lists
Rather than open-coding a linked list implementation, make use of the one in linux/list.h. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/14340/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>