Skip to content

Commit

Permalink
powerpc: Fix vio build warnings
Browse files Browse the repository at this point in the history
arch/powerpc/kernel/vio.c:1034: warning: function declaration isn�t a prototype
arch/powerpc/kernel/vio.c:1035: warning: function declaration isn�t a prototype

Signed-off-by: Nathan Lynch <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
nathanlynch authored and ozbenh committed Jul 28, 2008
1 parent 2325f0a commit b9fa49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/kernel/vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,8 @@ void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) {}
static int vio_cmo_bus_probe(struct vio_dev *viodev) { return 0; }
static void vio_cmo_bus_remove(struct vio_dev *viodev) {}
static void vio_cmo_set_dma_ops(struct vio_dev *viodev) {}
static void vio_cmo_bus_init() {}
static void vio_cmo_sysfs_init() { }
static void vio_cmo_bus_init(void) {}
static void vio_cmo_sysfs_init(void) { }
#endif /* CONFIG_PPC_SMLPAR */
EXPORT_SYMBOL(vio_cmo_entitlement_update);
EXPORT_SYMBOL(vio_cmo_set_dev_desired);
Expand Down

0 comments on commit b9fa49a

Please sign in to comment.