trivial: remove trailing empty lines
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
parent
3220f3016f
commit
fc72f5e957
3 changed files with 0 additions and 4 deletions
|
|
@ -19,5 +19,3 @@
|
|||
* - 1 each for kernel, dtb, and user image. (3)
|
||||
*/
|
||||
#define MAX_NUM_RESV_REG (MAX_NUM_FREEMEM_REG + ARRAY_SIZE(kernel_devices) + MODE_RESERVED + 3)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@
|
|||
/* spike has no devices, and ARRAY_SIZE(NULL) is invalid. */
|
||||
#define MAX_NUM_RESV_REG (MAX_NUM_FREEMEM_REG + MODE_RESERVED + 3)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
* - the reserved MSI region (1)
|
||||
*/
|
||||
#define MAX_NUM_RESV_REG (MAX_NUM_FREEMEM_REG + CONFIG_MAX_NUM_IOAPIC + MAX_NUM_DRHU + 2)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue