diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/i86pc/os/ddi_impl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/os/ddi_impl.c b/usr/src/uts/i86pc/os/ddi_impl.c index 14703e7dfc..f73e6c4911 100644 --- a/usr/src/uts/i86pc/os/ddi_impl.c +++ b/usr/src/uts/i86pc/os/ddi_impl.c @@ -1476,10 +1476,10 @@ i_ddi_check_endian_attr(ddi_device_acc_attr_t *devaccp) void i_ddi_devacc_to_hatacc(ddi_device_acc_attr_t *devaccp, uint_t *hataccp) { + static char *fname = "i_ddi_devacc_to_hatacc"; #if defined(lint) *hataccp = *hataccp; #endif - static char *fname = "i_ddi_devacc_to_hatacc"; /* * This case must not occur because the endianess is examined * before this function is called. |