[IA64] Remove unnecessary semicolons

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
Joe Perches
2009-06-28 09:26:07 -07:00
committed by Tony Luck
parent 2be8412c6c
commit 58782b34e9
4 changed files with 7 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ static int __init esi_init (void)
}
if (!esi)
return -ENODEV;;
return -ENODEV;
systab = __va(esi);