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 */
ue='1'>ignoremode:
authorLABBE Corentin <clabbe.montjoie@gmail.com>2017-02-08 09:31:10 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-08 15:11:24 -0500
commitbbf892849678ff9e25590cbf78d0202e35d7e41d (patch)
treef5b2b7a99314d0bbb4fca50025aff8533b968b71
parentdeeb6376caeeab38d2cf616aea6f2ca3a4ecf0ed (diff)
net: stmmac: remplace asm/io.h by linux/io.h
This patch fix the checkpatch warning about asm/io.h. Sorting all includes in the process. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c