]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ide-tape: unwrap idetape_queue_pc_tail()
authorBorislav Petkov <petkovbb@googlemail.com>
Sun, 27 Apr 2008 13:38:27 +0000 (15:38 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sun, 27 Apr 2008 13:38:27 +0000 (15:38 +0200)
commitea1ab3d3319b399e2b707c270d2d6077b61183f6
tree81465d2e469ee1b2340823eb5e6ce1fd6d99118e
parent189bb3b345f59b11484b43f2717a66824acdc548
ide-tape: unwrap idetape_queue_pc_tail()

idetape_queue_pc_tail() is a wrapper for its __idetape_queue_pc_tail() counterpart
and has no other functionality. Remove it and call the "wrapped" function
directly.

Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-tape.c