Skip to content

Commit

Permalink
block: Corrected entry for sio scheduler
Browse files Browse the repository at this point in the history
Change-Id: I95ce01c880849bf6b03a7efbb461c22448a0b045
  • Loading branch information
nilac8991 committed Sep 4, 2015
1 parent 7394ea7 commit 0bdff6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o
obj-$(CONFIG_IOSCHED_DEADLINE) += deadline-iosched.o
obj-$(CONFIG_IOSCHED_ROW) += row-iosched.o
obj-$(CONFIG_IOSCHED_CFQ) += cfq-iosched.o
obj-$(CONFIG_IOSCHED_SIO) += sio-iosched.o
obj-$(CONFIG_IOSCHED_BFQ) += bfq-iosched.o
obj-$(CONFIG_IOSCHED_FIOPS) += fiops-iosched.o
obj-$(CONFIG_IOSCHED_TEST) += test-iosched.o
Expand Down

0 comments on commit 0bdff6a

Please sign in to comment.