ieee1394: remove declarations of nonexisting functions

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
这个提交包含在:
Stefan Richter
2007-03-05 03:05:32 +01:00
父节点 f84c922ba1
当前提交 ef8153348f
修改 3 个文件,包含 1 行新增14 行删除

查看文件

@@ -167,12 +167,8 @@ static inline int hpsb_node_entry_valid(struct node_entry *ne)
*/
void hpsb_node_fill_packet(struct node_entry *ne, struct hpsb_packet *pkt);
int hpsb_node_read(struct node_entry *ne, u64 addr,
quadlet_t *buffer, size_t length);
int hpsb_node_write(struct node_entry *ne, u64 addr,
quadlet_t *buffer, size_t length);
int hpsb_node_lock(struct node_entry *ne, u64 addr,
int extcode, quadlet_t *data, quadlet_t arg);
/* Iterate the hosts, calling a given function with supplied data for each
* host. */