Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128127
b: refs/heads/master
c: e4582ea
h: refs/heads/master
i:
  128125: 49ada72
  128123: c25a64d
  128119: 28219eb
  128111: 047ec17
  128095: a2db82d
  128063: 0fd9a69
  127999: c3235cf
v: v3
  • Loading branch information
Dmitri Vorobiev authored and David Woodhouse committed Dec 10, 2008
1 parent eae9cc8 commit a2ab7ef
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9ee49fa5c1b58453cb97969a8282fd7bbf0ad0d4
refs/heads/master: e4582ea71cb651e02924fb39c9373a9e737088ce
6 changes: 2 additions & 4 deletions trunk/drivers/mtd/devices/lart.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ static struct mtd_partition lart_partitions[] = {
};
#endif

int __init lart_flash_init (void)
static int __init lart_flash_init (void)
{
int result;
memset (&mtd,0,sizeof (mtd));
Expand Down Expand Up @@ -690,7 +690,7 @@ int __init lart_flash_init (void)
return (result);
}

void __exit lart_flash_exit (void)
static void __exit lart_flash_exit (void)
{
#ifndef HAVE_PARTITIONS
del_mtd_device (&mtd);
Expand All @@ -705,5 +705,3 @@ module_exit (lart_flash_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Abraham vd Merwe <abraham@2d3d.co.za>");
MODULE_DESCRIPTION("MTD driver for Intel 28F160F3 on LART board");


0 comments on commit a2ab7ef

Please sign in to comment.