diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-07 23:47:29 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-08 13:51:47 +0200 |
commit | 1bd01663f51db9a9a801446fee697bf8c91952f3 (patch) | |
tree | 14d1e350c8c4a584c38beacedf6637ca53447bd6 /src/drivers/ati | |
parent | f35353af55f6c954524c77c18d7282c260a8b8aa (diff) | |
download | coreboot-1bd01663f51db9a9a801446fee697bf8c91952f3.tar.xz |
drivers: Trivial - drop trailing blank lines at EOF
Change-Id: Ie80c87c614a536cc6b0bdbf196c280b64547d3b7
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6203
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/drivers/ati')
-rw-r--r-- | src/drivers/ati/ragexl/xlinit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/ati/ragexl/xlinit.c b/src/drivers/ati/ragexl/xlinit.c index 36a06199b7..cdcb862f3e 100644 --- a/src/drivers/ati/ragexl/xlinit.c +++ b/src/drivers/ati/ragexl/xlinit.c @@ -1516,5 +1516,3 @@ static const struct pci_driver ati_ragexl_graph_driver __pci_driver = { .vendor = PCI_VENDOR_ID_ATI, .device = PCI_DEVICE_ID_ATI_215XL, }; - - |