From patchwork Thu Dec 3 09:48:27 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Beregalov X-Patchwork-Id: 64466 X-Patchwork-Delegate: dougsland@redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nB39m0h8019600 for ; Thu, 3 Dec 2009 09:48:00 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755879AbZLCJrw (ORCPT ); Thu, 3 Dec 2009 04:47:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755873AbZLCJrv (ORCPT ); Thu, 3 Dec 2009 04:47:51 -0500 Received: from mail-fx0-f221.google.com ([209.85.220.221]:63519 "EHLO mail-fx0-f221.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755863AbZLCJrv (ORCPT ); Thu, 3 Dec 2009 04:47:51 -0500 Received: by fxm21 with SMTP id 21so1210729fxm.1 for ; Thu, 03 Dec 2009 01:47:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=atP3+1hXvdhoMSkouXE8qxfzhiBQd7czr/11lEiMRkk=; b=FOVBxH690YqD6oHltBk1zKJBf6YhW534/lq6Mf8uYpZUATlwdiiDhuHx2SEcHKnPjf shA/EldRuIsAtBk8oHkhE6neR4nlqHVOw37hJ7q5VDf1a0eGPG65gDVpSRjgzsmrzOBL P5KAwKst3FCx3kPDQkdVSbZMYvuIz22K+i6rY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=XpPXpcTWb04Ch+KP4LWXxUiVaLR3HkQsACzagvNIEn9XYR4Z71xjRfOIXqL5a6sU8l 4K9x2BnHK3rJvgTmEQTyMqW758yG7m80tsKUDKv9rKsmGcJC0mC0xhhrbmW/sp4C4AeI sd42IydtLI6UB6aJ1sKU2MylyEowlDbPNx9qc= Received: by 10.103.87.35 with SMTP id p35mr451171mul.75.1259833676229; Thu, 03 Dec 2009 01:47:56 -0800 (PST) Received: from localhost.localdomain (bohr2.srcc.msu.ru [212.192.244.122]) by mx.google.com with ESMTPS id e8sm5248598muf.58.2009.12.03.01.47.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Dec 2009 01:47:55 -0800 (PST) From: Alexander Beregalov To: hverkuil@xs4all.nl, mchehab@redhat.com, linux-media@vger.kernel.org, linux-next@vger.kernel.org Cc: Alexander Beregalov Subject: [PATCH] V4L/DVB: pms: KERNEL_VERSION requires version.h Date: Thu, 3 Dec 2009 12:48:27 +0300 Message-Id: <1259833707-23776-1-git-send-email-a.beregalov@gmail.com> X-Mailer: git-send-email 1.6.5.1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c index 00228d5..a118bb1 100644 --- a/drivers/media/video/pms.c +++ b/drivers/media/video/pms.c @@ -35,6 +35,7 @@ #include #include #include +#include #include