summaryrefslogtreecommitdiff
path: root/tcp.conf
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-08 18:16:53 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-08 18:16:53 +0200
commitc0b0ce5413bca3de5bc5550c5a2b092231db839a (patch)
tree8f968ebecdc435e54980b3fba5f72384a42930b8 /tcp.conf
parent3b88c76df6ef9d183125defd802a8625bb61b6e5 (diff)
configure: two fixes on dependencies
1) netsniff-ng is also dependant on libnl (e.g. for raw 802.11 devices) 2) Only netsniff-ng depends on tpacket_v3, trafgen on tpacket_v2. Thus, add checks for both. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'tcp.conf')
0 files changed, 0 insertions, 0 deletions
ef='/cgit.cgi/linux/net-next.git/diff/Documentation/devicetree/bindings/timer?h=nds-private-remove&id=57d77c62536ea0f388c840c8ac7e94be54425308&id2=69973b830859bc6529a7a0468ba0d80ee5117826'>diff)
watchdog: bcm7038_wdt: fix module autoload
If the driver is built as a module, autoload won't work because the module alias information is not filled. So user-space can't match the registered device with the corresponding module. Export the module alias information using the MODULE_DEVICE_TABLE() macro. Before this patch: $ modinfo drivers/watchdog/bcm7038_wdt.ko | grep alias $ After this patch: $ modinfo drivers/watchdog/bcm7038_wdt.ko | grep alias alias: of:N*T*Cbrcm,bcm7038-wdtC* alias: of:N*T*Cbrcm,bcm7038-wdt Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/timer')