From: Betty Dall Date: Thu, 6 Jun 2013 18:10:49 +0000 (-0600) Subject: PCI/AER: Move AER severity defines to aer.h X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~18^2~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e50a9122f048c67a4e83916434e2e212a6f0fe2;p=pandora-kernel.git PCI/AER: Move AER severity defines to aer.h The function aer_recover_queue() is a public interface and the severity argument uses #defines that are in the private header pci/pcie/aer/aerdrv.h. This patch moves the #defines from pci/pcie/aer/aerdrv.h to include/linux/aer.h. [bhelgaas: split "remove 'extern' from declarations" to another patch] Signed-off-by: Betty Dall Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed