diff options
author | Sudip Mukherjee <[email protected]> | 2015-12-23 21:05:26 +0530 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2015-12-23 08:37:10 -0700 |
commit | c89e5b80245899fc51fb1d83880e2f5762fcf350 (patch) | |
tree | 0468f5e4a0d78224406d4d6c59b34e207930ad98 /scripts/gdb/linux/utils.py | |
parent | 2b9b6e86bca7209de02754fc84acf7ab3e78734e (diff) |
PCI/AER: include header file
We are having build failure with sparc allmodconfig with the error:
drivers/nvme/host/pci.c:15:0:
include/linux/aer.h: In function 'pci_enable_pcie_error_reporting':
include/linux/aer.h:49:10: error: 'EINVAL' undeclared (first use in this function)
The file aer.h is using the error values but they are defined in
errno.h. Include errno.h so that we have the definitions of the error
codes.
Fixes: a0a3408ee614 ("NVMe: Add pci error handlers")
Cc: Keith Busch <[email protected]>
Signed-off-by: Sudip Mukherjee <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions