]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl_sata: Fix compile error when CONFIG_LBA48 is not defined
authorTang Yuantian <B29983@freescale.com>
Mon, 3 Oct 2011 19:18:41 +0000 (12:18 -0700)
committerKumar Gala <galak@kernel.crashing.org>
Sun, 9 Oct 2011 22:57:54 +0000 (17:57 -0500)
commit007a28d54de7ff5794b14854f12cda6e49ec1122
treeb2fd57ecb88e36f60ad7cb550225de97d5a4786a
parent8af3d22db9aaf1d05cd971940e577d420e9eae6f
fsl_sata: Fix compile error when CONFIG_LBA48 is not defined

If CONFIG_LBA48 is not defined, the element lba48 of struct sata_dev_desc
is not avaible, and can't be used.

Signed-off-by: Tang Yuantian <b29983@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/block/fsl_sata.c