/* * bfin_oprofile.c - Blackfin oprofile code * * Copyright 2004-2008 Analog Devices Inc. * Licensed under the GPL-2 or later. */#include<linux/oprofile.h>#include<linux/init.h>int__initoprofile_arch_init(structoprofile_operations*ops){return-1;}voidoprofile_arch_exit(void){}