Commit 8a6f4e29 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] oprofile build fix

cpu_buffer.c needs errno.h for ENOMEM.
parent 718b93c1
......@@ -20,6 +20,7 @@
#include <linux/sched.h>
#include <linux/vmalloc.h>
#include <linux/smp.h>
#include <linux/errno.h>
#include "cpu_buffer.h"
#include "oprof.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment