summaryrefslogtreecommitdiff
path: root/staging/automops.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/automops.c')
-rw-r--r--staging/automops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/automops.c b/staging/automops.c
index b465346..05fb7de 100644
--- a/staging/automops.c
+++ b/staging/automops.c
@@ -23,7 +23,7 @@
// Creates first element, aka "head" element
// This element can also be used! See automops_alloc_protocol!
//
-struct automops * automops_init()
+struct automops * automops_init(void)
{
// Create initial automops element:
struct automops *new_automops = (struct automops*) malloc(sizeof(struct automops));
rs/net/ethernet/broadcom/bnxt/bnxt.c?h=nds-private-remove&id=8079e8f107bf02e1e5ece89239dd2fb475a4735f'>drivers/net/ethernet/broadcom/bnxt/bnxt.c38
1 files changed, 33 insertions, 5 deletions
diff --git a/drivers/net/ethernet/broadcom/bnxt/bnxt.c b/drivers/net/ethernet/broadcom/bnxt/bnxt.c