safexcel: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 21:54:58 +00:00
parent 1683952de1
commit f3d4f94fa7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365160

View File

@ -35,7 +35,6 @@
#define SAFEXCEL_REG_LO16(_reg) ((_reg) & 0xffff)
#define SAFEXCEL_REG_HI16(_reg) (((_reg) >> 16) & 0xffff)
/* HIA, Command Descriptor Ring Manager */
#define CDR_BASE_ADDR_LO(x) (0x0 + ((x) << 12))
#define CDR_BASE_ADDR_HI(x) (0x4 + ((x) << 12))