]> git.baikalelectronics.ru Git - kernel.git/commit
ahci_platform: make structs static
authorBrian Norris <computersforpeace@gmail.com>
Thu, 6 Dec 2012 07:44:20 +0000 (23:44 -0800)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 14 Dec 2012 14:38:17 +0000 (09:38 -0500)
commitf302c201242f8cf17212c9a5a4e54453b3742569
treec8713c41b81b2a6851fca21d38093b2258731ada
parent31a6332e6ff5213b96b234b62c134bd58e53c303
ahci_platform: make structs static

These structs are used only for ahci_platform.c, so they should be
static. Thanks to Fengguang for the (automated) suggestion.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ahci_platform.c