#ifndef TSTAMPING_H #define TSTAMPING_H #include "config.h" #ifdef HAVE_HARDWARE_TIMESTAMPING extern int set_sockopt_hwtimestamp(int sock, const char *dev); #else static inline int set_sockopt_hwtimestamp(int sock, const char *dev) { return -1; } #endif #endif /* TSTAMPING_H */ anz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-05-13 02:45:04 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-05-13 02:45:04 +0200
commit0d5358330c20d50e52e3e65ff07a5db8007041fc (patch)
tree1b38f89d8b75e52828644ab4398adcaa52fb9f6f
parentd6d5c125350dae960a22b45a4ffad46c4abb3ecc (diff)
Revert "pinctrl: tegra: avoid parked_reg and parked_bank"
This reverts commit 1d18a3f0f0809f6c71f1f6e9e268ee904ce0b588.