sparc64: Kill unnecessary cast in profile_timer_exceptions_notify().
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Sep 2009 06:20:39 +0000 (23:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Sep 2009 06:20:39 +0000 (23:20 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/oprofile/init.c

index 9ce34fd..f97cb8b 100644 (file)
@@ -21,7 +21,7 @@
 static int profile_timer_exceptions_notify(struct notifier_block *self,
                                           unsigned long val, void *data)
 {
-       struct die_args *args = (struct die_args *)data;
+       struct die_args *args = data;
        int ret = NOTIFY_DONE;
 
        switch (val) {