# # Makefile for the Linux 802.x protocol layers. # # Check the p8022 selections against net/core/Makefile. obj-$(CONFIG_LLC) += p8022.o psnap.o obj-$(CONFIG_NET_FC) += fc.o obj-$(CONFIG_FDDI) += fddi.o obj-$(CONFIG_HIPPI) += hippi.o obj-$(CONFIG_IPX) += p8022.o psnap.o p8023.o obj-$(CONFIG_ATALK) += p8022.o psnap.o obj-$(CONFIG_STP) += stp.o obj-$(CONFIG_GARP) += garp.o obj-$(CONFIG_MRP) += mrp.o 'vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/dccp/dccp.h
>
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-02-23 17:12:16 +0100
committerMark Brown <broonie@kernel.org>2015-02-24 17:19:08 +0900
commita46a0730f5adf9292ce33172c6dc137fd694831d (patch)
tree695a47dd549f6610993143e19894dc7e00a3fdc0 /include/linux/regulator
parent767e8aabb53cc6075d388dbce31142d4766521de (diff)
regulator: da9211: Pass NULL data with OVER_CURRENT event
According to the documentation, no data is passed with the OVER_CURRENT regulator notifier event. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: James Ban <james.ban.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')