summaryrefslogtreecommitdiff
path: root/iosched.h
blob: 19ff1ff9d859eaecb6683d6a773e4802e906b4bf (plain)
1
2
3
4
5
6
7
8
#ifndef IOSCHED_H
#define IOSCHED_H

extern void ioprio_print(void);
extern void set_ioprio_rt(void);
extern void set_ioprio_be(void);

#endif /* IOSCHED_H */
>
authorValentin Rothberg <valentinrothberg@gmail.com>2016-12-02 10:24:56 +0100
committerFlorian Fainelli <f.fainelli@gmail.com>2017-01-12 16:02:29 -0800
commit321012faf5975a4679771d7478b22ed42095aa9d (patch)
tree27a93ff9f6a12d6d3d6c9fc10ee604305275c1f4
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
ARM: multi_v7_defconfig: fix config typo
s/CONFIG_CONFIG_BCM47XX_NVRAM/CONFIG_BCM47XX_NVRAM/ Fixes: 8dace3040426 ("ARM: multi_v7_defconfig: Enable BCM47xx/BCM5301x drivers") Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat