summaryrefslogtreecommitdiff
path: root/Documentation/coccinelle.txt
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-02-02 22:50:14 -0700
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-04 10:21:51 +0000
commit30b2a553742747d951861a6f582fa90dd9220124 (patch)
tree8c6cf08d2d4ebdf54de05e170d5a069526fcc3b4 /Documentation/coccinelle.txt
parente0356dfe98f227cd18314bdbcf93a9b464026ce7 (diff)
regmap: include linux/sched.h to fix build
This fixes: drivers/base/regmap/regmap.c: In function 'regmap_async_complete_cb': drivers/base/regmap/regmap.c:1656:3: error: 'TASK_NORMAL' undeclared (first use in this function) drivers/base/regmap/regmap.c:1656:3: note: each undeclared identifier is reported only once for each function it appears in drivers/base/regmap/regmap.c: In function 'regmap_async_complete': drivers/base/regmap/regmap.c:1688:2: error: 'TASK_UNINTERRUPTIBLE' undeclared (first use in this function) drivers/base/regmap/regmap.c:1688:2: error: implicit declaration of function 'schedule' An alternative might be to adjust linux/wait.h to include linux/sched.h, but since that hasn't been done before, I assume we're consciously avoiding doing that. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/coccinelle.txt')
0 files changed, 0 insertions, 0 deletions