Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272091
b: refs/heads/master
c: e54aafa
h: refs/heads/master
i:
  272089: 4b6725b
  272087: a81f7ea
v: v3
  • Loading branch information
Martin Schwidefsky committed Oct 30, 2011
1 parent 9544b7c commit 3acdfd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4736d968254d71eba6814b2234a4e63f40aca15
refs/heads/master: e54aafa0c3bef84bfd39b4c713942ae7cdcfc58a
8 changes: 4 additions & 4 deletions trunk/arch/s390/oprofile/hwsampler.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ int hwsampler_allocate(unsigned long sdbt, unsigned long sdb)
*
* Returns 0 on success, !0 on failure.
*/
int hwsampler_deallocate()
int hwsampler_deallocate(void)
{
int rc;

Expand Down Expand Up @@ -1035,7 +1035,7 @@ unsigned long hwsampler_get_sample_overflow_count(unsigned int cpu)
return cb->sample_overflow;
}

int hwsampler_setup()
int hwsampler_setup(void)
{
int rc;
int cpu;
Expand Down Expand Up @@ -1102,7 +1102,7 @@ int hwsampler_setup()
return rc;
}

int hwsampler_shutdown()
int hwsampler_shutdown(void)
{
int rc;

Expand Down Expand Up @@ -1203,7 +1203,7 @@ int hwsampler_start_all(unsigned long rate)
*
* Returns 0 on success, !0 on failure.
*/
int hwsampler_stop_all()
int hwsampler_stop_all(void)
{
int tmp_rc, rc, cpu;
struct hws_cpu_buffer *cb;
Expand Down

0 comments on commit 3acdfd7

Please sign in to comment.