summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorChristian Wiese <chris@opensde.org>2014-04-10 15:01:56 +0200
committerDaniel Borkmann <dborkman@redhat.com>2014-04-10 17:40:05 +0200
commit049160cce62d02bd3b3f501368fc21eb2ca66dfa (patch)
treee7585da660f768a943d0a3282a46565e74c712ad /hash.c
parentdcaf7e37a0a47bb83c0470aa9b5e0c1bcb521dcf (diff)
poll: changed to include <poll.h> instead of <sys/poll.h>
This is a very cosmetic change but I think it is good to be standards compliant. The standard defines <poll.h> and not <sys/poll.h>: http://pubs.opengroup.org/onlinepubs/009696799/basedefs/poll.h.html When building against musl libc it silences some annoying cpp warnings like this: ----------------------------------------------------------------------- warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] ----------------------------------------------------------------------- Signed-off-by: Christian Wiese <chris@opensde.org> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'hash.c')
0 files changed, 0 insertions, 0 deletions
nt voltage(-22) [ 1.405131] axp20x-regulator axp20x-regulator: Failed to register dc1sw [ 1.412436] axp20x-regulator: probe of axp20x-regulator failed with error -22 This commit removes the constrains on dc1sw / vcc-lcd fixing this problem note that dcdc1 itself is contrained to the exact same values, so this does not change anything. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'Documentation')