Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318139
b: refs/heads/master
c: 9f47550
h: refs/heads/master
i:
  318137: c37b2b6
  318135: 22df314
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 20, 2012
1 parent a99ee4e commit d9bf6d3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 79 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: 44bb4ac4bf6b3ac751dadce46367a05ff965376e
refs/heads/master: 9f47550adbe8e3496b88c54400c58986b27f33da
60 changes: 0 additions & 60 deletions trunk/drivers/staging/csr/oska/all.h

This file was deleted.

4 changes: 0 additions & 4 deletions trunk/drivers/staging/csr/oska/list.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
*/

#include <stddef.h>

#include "list.h"
#include "util.h"

/**
* Initialize an empty list.
Expand All @@ -37,8 +35,6 @@ int os_list_empty(struct os_list *list)
static void os_list_add(struct os_list_node *prev, struct os_list_node *new,
struct os_list_node *next)
{
OS_ASSERT(new->next == NULL && new->prev == NULL);

next->prev = new;
new->next = next;
new->prev = prev;
Expand Down
14 changes: 0 additions & 14 deletions trunk/drivers/staging/csr/oska/types.h

This file was deleted.

0 comments on commit d9bf6d3

Please sign in to comment.