Make a symbol static

This symbol should not be exported.  Fixes commit db5f202d5d.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Stefan Richter 2011-12-18 11:29:05 +01:00
parent 2094c86d5c
commit d72d1979fb
1 changed files with 1 additions and 1 deletions

View File

@ -1355,7 +1355,7 @@ send_request_sync(raw1394handle_t handle, int tcode,
return ret;
}
int
static int
read_config_rom(fw_handle_t handle, nodeid_t node, nodeaddr_t addr,
size_t length, quadlet_t *buffer)
{