commit | 84043ac26ed120826db8e6198531da888c6e57b0 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Mon Dec 03 10:34:42 2012 -0800 |
committer | Jeff Garzik <jgarzik@redhat.com> | Mon Dec 03 13:53:40 2012 -0500 |
tree | 7be552dbfd1fd125b45c27a781478ae9283493dc | |
parent | 04a3f5b7d2961a05b428abc75b30e2dc85f88ac6 [diff] |
pata_of_platform: fix compile error I failed to include <linux/libata.h>, causing this error: drivers/ata/pata_of_platform.c:93: error: 'ata_platform_remove_one' undeclared here (not in a function) Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>