/* * net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * * Authors: Alexey Kuznetsov, */ #include #include #include #include #include #include #include #include #include #include #define RSVP_DST_LEN 1 #define RSVP_ID "rsvp" #define RSVP_OPS cls_rsvp_ops #include "cls_rsvp.h" MODULE_LICENSE("GPL"); lass='main'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2014-05-06 08:37:38 +0200
committerMark Brown <broonie@linaro.org>2014-05-17 14:30:06 +0100
commit0608032a9067c165e5ed75c56311a08cbb28564f (patch)
tree6755b4477dce4eb85b1227b32adfae656047986f /include
parent51e2fc0a251ba64c68207e4c6f6ac33c891b2465 (diff)
regulator: s2mpa01: Use rdev_get_id() to access id of regulator
Use regulator API rdev_get_id() to access id of regulator. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include')