Skip to content
Snippets Groups Projects
Commit 36855dcf authored by Steven Miao's avatar Steven Miao
Browse files

blackfin: fix build warning for unused variable


Signed-off-by: default avatarSteven Miao <realmz6@gmail.com>
parent 177a48fd
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,10 @@ static void flushinv_all_dcache(void)
int bfin_pm_suspend_mem_enter(void)
{
int wakeup, ret;
int ret;
#ifndef CONFIG_BF60x
int wakeup;
#endif
unsigned char *memptr = kmalloc(L1_CODE_LENGTH + L1_DATA_A_LENGTH
+ L1_DATA_B_LENGTH + L1_SCRATCH_LENGTH,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment