|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
*
|
|
*
|
|
- * Procedures for firmware flash updates on pSeries systems.
|
|
|
|
|
|
+ * Procedures for firmware flash updates.
|
|
*
|
|
*
|
|
* Peter Bergner, IBM March 2001.
|
|
* Peter Bergner, IBM March 2001.
|
|
* Copyright (C) 2001 IBM.
|
|
* Copyright (C) 2001 IBM.
|
|
@@ -31,8 +31,6 @@
|
|
#include <asm/uaccess.h>
|
|
#include <asm/uaccess.h>
|
|
#include <asm/systemcfg.h>
|
|
#include <asm/systemcfg.h>
|
|
|
|
|
|
-#include "rtas-fw.h"
|
|
|
|
-
|
|
|
|
struct flash_block_list_header rtas_firmware_flash_list = {0, NULL};
|
|
struct flash_block_list_header rtas_firmware_flash_list = {0, NULL};
|
|
|
|
|
|
#define FLASH_BLOCK_LIST_VERSION (1UL)
|
|
#define FLASH_BLOCK_LIST_VERSION (1UL)
|