GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / blackfin / oprofile / bfin_oprofile.c
blobc3b9713b23f8caecdf5f7fafcd11f5904ae4728b
1 /*
2 * bfin_oprofile.c - Blackfin oprofile code
4 * Copyright 2004-2008 Analog Devices Inc.
5 * Licensed under the GPL-2 or later.
6 */
8 #include <linux/oprofile.h>
9 #include <linux/init.h>
11 int __init oprofile_arch_init(struct oprofile_operations *ops)
13 return -1;
16 void oprofile_arch_exit(void)